The instantiation options for an IMainMenu.

interface IMenuOptions {
    id: string;
    label?: string;
    rank?: number;
}

Hierarchy (view full)

Properties

Properties

id: string

The unique menu identifier.

label?: string

The menu label.

rank?: number

The menu rank.