RealGrid2 API
Interface
PopupMenuBase

PopupMenuBase

This is the base class for PopupMenu and PopupMenuItem.

Signature:

export interface PopupMenuBase

Remarks

[subclass]

PopupMenu

PopupMenuItem

Properties

PropertyTypeDescription
enabledbooleanEnabled or not
labelstringIf you enter text - displayed in the menu, it will be displayed as a dividing line.
namestringName of menu
styleNamestringclassName specified by user
taganyAttribute where the user can enter an arbitrary value
visiblebooleanVisibility

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