Back to API Reference
Enum

InteractionSignalMask

Built-in boolean flags addressable without a custom selector subclass.

public static readonly InteractionSignalMask None = 0

No condition.

public static readonly InteractionSignalMask Hovered = 1 << 0

Hovered must match.

public static readonly InteractionSignalMask Pressed = 1 << 1

Pressed must match.

public static readonly InteractionSignalMask Focused = 1 << 2

Focused must match.

public static readonly InteractionSignalMask Disabled = 1 << 3

Disabled must match.