RealGrid2 API
Interface
PopupMenuItem

PopupMenuItem

Setting model for pop-up menu items displayed through right-clicking

See PopupMenu

[Superclass]

PopupMenuBase

Signature:

export interface PopupMenuItem extends PopupMenuBase

Extends: PopupMenuBase

Events

PropertyTypeDescription
callbackMenuItemClickCallback called when a menu item is clicked

Properties

PropertyTypeDescription
checkedbooleanChecked or not
groupstringWhen the group name type is radio, it is used to group it into the same group.
typeMenuItemTypeTypes of Menu Items

Events Desc

callback

Callback called when a menu item is clicked

Type - MenuItemClick


Properties Desc

checked

Checked or not

Type - boolean

Remarks:

Activated when type is check or radio.


group

When the group name type is radio, it is used to group it into the same group.

Type - string


type

Type of menu item

Type - MenuItemType