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

    Interface HierarchyEntry

    interface HierarchyEntry {
        arrowEl: HTMLElement;
        badges: string | undefined;
        badgesEl: HTMLElement;
        childrenEl: HTMLElement;
        countEl: HTMLElement;
        depth: number;
        el: HTMLElement;
        match: boolean;
        name: string | undefined;
        nameEl: HTMLElement;
        row: HTMLElement;
        toggleEl: HTMLInputElement;
    }
    Index
    arrowEl: HTMLElement

    The expand and collapse arrow.

    badges: string | undefined

    The badge text last rendered.

    badgesEl: HTMLElement

    The component badges.

    childrenEl: HTMLElement

    The container the child entries live in.

    countEl: HTMLElement

    The child count shown while collapsed.

    depth: number

    The depth last rendered.

    The node container, holding the row and the children container.

    match: boolean

    Whether the entry matched the filter on the last refresh.

    name: string | undefined

    The name last rendered.

    nameEl: HTMLElement

    The name label.

    The clickable row.

    The checkbox bound to the node's own enabled flag.