g3-toolkit API Reference
    Preparing search index...

    Interface StyleTheme

    Theme layer: per-kind attribute bundles (token resolution is the C3 layer above this; the engine consumes resolved values).

    interface StyleTheme {
        edge?: Readonly<Partial<VisualAttributes>>;
        node?: Readonly<Partial<VisualAttributes>>;
    }
    Index

    Properties

    Properties

    edge?: Readonly<Partial<VisualAttributes>>
    node?: Readonly<Partial<VisualAttributes>>