Menu constructor options

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

Hierarchy

  • IMenuOptions

    Properties

    Properties

    id: string

    The unique menu identifier.

    label?: string

    The menu label.

    rank?: number

    The menu rank.