webflow.getPseudoMode()Get the current pseudo-class state (e.g. hover, focus, pressed) of the designer.
A Promise that resolves to the current pseudo-class state of the designer, or null if no pseudo-state is active.
Promise<PseudoStateKey | null>