The following tables list the members exposed by RadialMenuItemBaseClientEvents.
Name | Description | |
---|---|---|
RadialMenuItemBaseClientEvents Constructor |
Name | Description | |
---|---|---|
Closed | Event that occurs when one navigates back to the item after viewing the child items. Function takes first argument null and second argument ui. Use ui.owner to obtain reference to radial menu widget. Use ui.item to obtain reference to the item. | |
Opened | Event that occurs when one navigates to the view the child items.. Function takes first argument null and second argument ui. Use ui.owner to obtain reference to radial menu widget. Use ui.item to obtain reference to the item. |
View on GitHub