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

    Interface PropertySection

    interface PropertySection {
        key: string;
        rows: PropertyRow[];
        title: string;
    }
    Index
    key: string

    A key unique within the view, stable across refreshes.

    rows: PropertyRow[]

    The rows.

    title: string

    The title.