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

    Interface SectionElements

    interface SectionElements {
        el: HTMLElement;
        rows: Map<string, RowElements>;
        rowsEl: HTMLElement;
        titleEl: HTMLElement;
    }
    Index

    The section.

    rows: Map<string, RowElements>

    The rows by key.

    rowsEl: HTMLElement

    The container the rows live in.

    titleEl: HTMLElement

    The clickable title.