RadialMenuProps Interface
Beta
Properties for RadialMenu
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| innerRadius | number | Radius of inner portion of RadialMenu | |
| labelRotate | undefined | false | true | Whether to rotate labels according to location on the RadialMenu, or to keep labels upright. | |
| left | number | string | Optional parameter to specify left position in viewport. | |
| onBlur | undefined | (event: any) => any | triggered in case of onClick events anywhere other than radial menu | |
| onEsc | undefined | (event: any) => any | triggered onKeyUp for |
|
| opened | boolean | Whether to show RadialMenu | |
| outerRadius | number | Radius of outer portion of RadialMenu | |
| selected | undefined | number | Which child RadialButton to highlight | |
| top | number | string | Optional parameter to specify top position in viewport. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className | undefined | string | ClassNameProps | Custom CSS class name |
| style | undefined | React.CSSProperties | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 08 January, 2020