Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration interface for an individual menu item within a menu.

Hierarchy

  • MenuItemConfig

Index

Properties

Optional batch

Array of batch items to execute for this menu item. If specified, this will have precedence over the command and commandParameter combination.

command

command: string

The name of the command associated with this menu item.

Optional commandParameter

commandParameter: any

Command Parameter associated with the menu item. This could be a string or a complex object.

Optional description

description: string

Short Description for this menu item.

Optional hideOnDisable

hideOnDisable: boolean

Visibility status of the menu item when disabled. Defaults to false if not specified.

Optional iconUri

iconUri: string

URI of the image associated to this menu item if any.

Optional id

id: string

The id of this menuItem

Optional libraryId

libraryId: string

Optional value that if specified indicates the library the strings will be grabbed from. If not specified the library of the module loading the strings will be used.

Optional onFocusCommand

onFocusCommand: string

The name of the command associated when this menu item gets focussed.

Optional onFocusCommandParameter

onFocusCommandParameter: any

Command Parameter associated when this menu item gets focussed. This could be a string or a complex object.

Optional text

text: string

The name of this menu item.