@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface NavigationTree

    interface NavigationTree {
        $CreationOptions?: NavigationTreeCreationOptions;
        $ID: string;
        $Type: "Pages$NavigationTree";
        appearance: Appearance;
        menuSource: MenuSource;
        name: string;
        tabIndex: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$NavigationTree"

    The type of the element.

    appearance: Appearance
    menuSource: MenuSource
    name: string
    tabIndex: number