API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeUISkinSet
@codexo/exojs / ui / stable
One skin per state. Only `normal` is required - resolveUISkin falls back to it for every state a set does not define.
0
props
0
methods
0
events
Import
import { UISkinSet } from '@codexo/exojs'One skin per state. Only `normal` is required - resolveUISkin falls back to it for every state a set does not define.
Definition1
{ normal: UISkinThe look of one widget surface in one state: what it paints, how its text is styled, and the content box its layout works against. } & Partial<Readonly<Record<Exclude<UIWidgetStateVisual state a widget paints in. A widget that tracks no interaction stays on `'normal'`; states a skin set leaves undefined fall back to `'normal'`., "normal">, UISkinThe look of one widget surface in one state: what it paints, how its text is styled, and the content box its layout works against.>>>Source