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

    Interface SimpleMenuBar

    interface SimpleMenuBar {
        $CreationOptions?: SimpleMenuBarCreationOptions;
        $ID: string;
        $Type: "Pages$SimpleMenuBar";
        appearance: Appearance;
        menuSource: MenuSource;
        name: string;
        orientation: SimpleMenuBarOrientation;
        tabIndex: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: SimpleMenuBarCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$SimpleMenuBar"

    The type of the element.

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