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

    Interface PropertyRow

    interface PropertyRow {
        indent?: boolean;
        key: string;
        label: string;
        value: Described;
    }
    Index
    indent?: boolean

    Whether the row is an expanded entry of the row above.

    key: string

    A key unique within the section, stable across refreshes.

    label: string

    The label.

    value: Described

    The value.