PopupMenuItem
Setting model for pop-up menu items displayed through right-clicking
See PopupMenu
[Superclass]
Signature:
export interface PopupMenuItem extends PopupMenuBaseExtends: PopupMenuBase
Events
| Property | Type | Description |
|---|---|---|
| callback | MenuItemClick | Callback called when a menu item is clicked |
Properties
| Property | Type | Description |
|---|---|---|
| checked | boolean | Checked or not |
| group | string | When the group name type is radio, it is used to group it into the same group. |
| type | MenuItemType | Types 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