The options used to add a menu to the main menu.

interface IAddOptions {
    rank?: number;
}

Properties

Properties

rank?: number

The rank order of the menu among its siblings.