g3-toolkit API Reference
    Preparing search index...

    Interface StyleElement

    interface StyleElement {
        classes?: readonly string[];
        data: Readonly<Record<string, unknown>>;
        id: string;
        kind: StyleElementKind;
        states?: readonly string[];
    }
    Index

    Properties

    classes?: readonly string[]

    Togglable named attribute bundles (G3L:STY-012).

    data: Readonly<Record<string, unknown>>

    Domain data; rules read ONLY from here (G3L:MOD-005 separation).

    id: string
    states?: readonly string[]

    Active state overlays, e.g. "hover", "selected" (G3L:STY-005).