Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MenuDisplayItemModel

Defines a colorable, selectable menu item

export

Hierarchy

Index

Properties

backgroundHex?: string

Gets or sets the background hexadecimal value.

value

The background hexadecimal value.

childItems?: MenuDisplayItemModel[]

Gets or sets the child items.

description?: string

Gets or sets the description.

displayText: string

Gets or sets the display text.

endDate?: Date

origin data of the item.

foregroundHex?: string

Gets or sets the foreground hexadecimal value.

value

The foreground hexadecimal value.

groupDisplayText?: string

display text of the group

groupId?: string | number

identifier of the group

id: string | number

Gets or sets the id.

inceptDate?: Date

origin data of the item.

isCollapsed?: boolean

returns true when group is visually collapsed

isDefaultSelection?: null | boolean

Gets or sets whether this is default selection.

isEnabled?: null | boolean

Gets or sets whether this is enabled.

isSelected?: null | boolean

Gets or sets whether this is selected.

itemName?: string

Gets or sets the item name.

map?: Map<string | number, any>

appends arbitrary values for item selection.

modificationDate?: Date

origin data of the item.

resourceIndicator?: string

Gets or sets the resource indicator.

sortOrdinal?: string | number

Gets or sets the sort ordinal.

value

The sort ordinal.

Generated using TypeDoc