The RadRadialMenu type exposes the following members.
Methods
| Name | Description |
---|
 | back | Navigates back to a parent view. |
 | getAllItems | Retrieves all items in the menu. |
 | getCurrentItems | Retrieves the current visible items in the menu. |
 | getItem | Finds an item by the specified id. |
 | hide | Hides the menu. If the menu is expanded, collapses it first. |
 | navigate | Navigates to the child items of a specified menu item. |
 | refresh | Refreshes the menu by redrawing the elements and triggering transitions. |
 | show | Shows the menu, optionally relative to a target, at a position and offset. |
 | toggle | Toggles between expanded and collapsed states in the menu. |
See Also