Version 21.2

RadialMenuItemBaseClientEvents Class Fields

For a list of all members of this type, see RadialMenuItemBaseClientEvents members.

Public Fields
 NameDescription
Public FieldClosedEvent 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.

 
Public FieldOpenedEvent 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.

 
See Also

View on GitHub