PopupMenuBase
This is the base class for PopupMenu and PopupMenuItem.
Signature:
export interface PopupMenuBaseRemarks
[subclass]
Properties
| Property | Type | Description |
|---|---|---|
| enabled | boolean | Enabled or not |
| label | string | If you enter text - displayed in the menu, it will be displayed as a dividing line. |
| name | string | Name of menu |
| styleName | string | className specified by user |
| tag | any | Attribute where the user can enter an arbitrary value |
| visible | boolean | Visibility |
Properties Desc
enabled
Enabled or not?
Type - boolean
label
If you enter text - displayed in the menu, it will be displayed as a dividing line.
Type - string
name
name of menu
Type - string
styleName
className specified by user
Type - string
tag
Attribute that allows the user to enter an arbitrary value
Type - any
visible
Visibility
Type - boolean