Engine API Reference - v2.23.0-beta.7
    Preparing search index...

    Interface Described

    interface Described {
        cls?: string;
        items?: Described[];
        label?: string;
        swatch?: string;
        target?: GraphNode;
        text: string;
    }
    Index
    cls?: string

    A class suffix selecting the color: 'num', 'bool', 'str', 'null', 'obj', 'ref' or 'err'.

    items?: Described[]

    Expanded entries of a collection, each carrying a label.

    label?: string

    The label of an expanded collection entry.

    swatch?: string

    A CSS color, rendered as a chip in front of the text.

    target?: GraphNode

    A node the value refers to. Rendered as a link that selects the node in the hierarchy.

    text: string

    The display text.