The following tables list the members exposed by RadialMenuItemClientEvents.
Name | Description | |
---|---|---|
RadialMenuItemClientEvents Constructor |
Name | Description | |
---|---|---|
Checked | Event that occurs when the isChecked of the radial item is changed to true. 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. | |
Click | Event that occurs when the item area is clicked. 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. | |
Unchecked | Event that occurs when the isChecked of the radial item is changed to false. 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