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