API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeUIWidgetState

@codexo/exojs / ui / stable

Visual state a widget paints in. A widget that tracks no interaction stays on `'normal'`; states a skin set leaves undefined fall back to `'normal'`.

0
props
0
methods
0
events
Import
import { UIWidgetState } from '@codexo/exojs'

Visual state a widget paints in. A widget that tracks no interaction stays on `'normal'`; states a skin set leaves undefined fall back to `'normal'`.

Definition1
"disabled" | "focused" | "hover" | "normal" | "pressed"
Source