type StyleStateOptions
Type definition for an object that includes style state options.
static
type StyleStateOptions = {
[STATE_HOVERED]?: boolean;
[STATE_PRESSED]?: boolean;
[STATE_FOCUSED]?: boolean;
[STATE_DISABLED]?: boolean;
[STATE_READONLY]?: boolean;
}Related
- class UIStyleA class that defines a set of styles that can be applied to UI components.
- type UIStyle.StyleSelectorList staticType definition for a list of style definitions.
