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. |
![]() | commands | Gets or sets the commands that will be shown in the menu. |
![]() | 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. |