Properties required to create a Menu

interface IMenuCreationParams {
    checked?: boolean;
    displayStringId?: string;
    name: string;
    uniqueId?: string;
}

Properties

checked?: boolean

Whether the menu should show a checkmark

displayStringId?: string

Loc ID (resolved on client)

name: string

The name of the menu

uniqueId?: string

Custom unique identifier that will replace random id