Atlas Engine
API Referencegraphite

UIStyleState

Interaction state selecting a style variant.

Module: graphite

Interaction state selecting a style variant.

Declaration

export enum UIStyleState {
        Normal,
        Hovered,
        Pressed,
        Disabled,
        Focused,
        Checked,
    }

Values

Normal

Normal

Hovered

Hovered

Pressed

Pressed

Disabled

Disabled

Focused

Focused

Checked

Checked

On this page