| Name | Description | |
|---|---|---|
![]()  | init | Initializes the control. Called during construction. | 
| Name | Description | |
|---|---|---|
![]()  | ariaLabel | Gets or sets an accessible name to assign to the menu when shown. | 
![]()  | closeOnClickAwayCallback | Gets or sets an optional function called when the mouse is clicked outside the command menu, returning a value customizing whether the popup should close. | 
![]()  | commands | Gets or sets the commands that will be shown in the menu. | 
![]()  | element | Gets the menu element if created. | 
![]()  | isOpen | Gets a value indicating whether the command menu is currently open. | 
| Name | Description | |
|---|---|---|
![]()  | dispose | Disposes the element. | 
![]()  | focus | Bring the menu into focus so that it will react to keyboard events. | 
![]()  | fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | 
![]()  | hide | Hides the command menu. | 
![]()  | show | Shows the menu. | 
![]()  | toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |