Back to API Reference
Enum
InteractionSignalMask
Built-in boolean flags addressable without a custom selector subclass.
public static readonly InteractionSignalMask None = 0No condition.
public static readonly InteractionSignalMask Hovered = 1 << 0Hovered must match.
public static readonly InteractionSignalMask Pressed = 1 << 1Pressed must match.
public static readonly InteractionSignalMask Focused = 1 << 2Focused must match.
public static readonly InteractionSignalMask Disabled = 1 << 3Disabled must match.
