RadialButtonProps Interface
Deprecated in 4.14.0. Props of deprecated component RadialButton.
Properties for RadialButton component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| children | React.ReactNode | undefined | Content | |
| icon | IconSpec | undefined | which icon to display in on the menu button | |
| labelRotate | boolean | undefined | Whether label is rotated to radial menu. | |
| onSelect | (e: any) => any | undefined | listens to any onClick event, or any select event, which can be triggered by the select() method. | |
| selected | boolean | undefined | Whether item is highlighted | 
Inherited properties
| Name | Type | Inherited from | Description | 
|---|---|---|---|
| className Inherited | string | undefined | CommonProps | Custom CSS class name | 
| itemId Inherited | string | undefined | CommonProps | Optional unique identifier for item. | 
| style Inherited | React.CSSProperties | undefined | CommonProps | Custom CSS style properties | 
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.