RadialMenuProps Interface

Properties for RadialMenu

Extends

Properties

Name Type Description
children undefined | ReactNode Content  
innerRadius number Radius of inner portion of RadialMenu  
labelRotate undefined | boolean Whether to rotate labels according to location on the RadialMenu, or to keep labels upright.  
left string | number Optional parameter to specify left position in viewport.  
onBlur undefined | (event: any) => any    
onEsc undefined | (event: any) => any    
opened boolean Whether to show RadialMenu  
outerRadius number Radius of outer portion of RadialMenu  
selected undefined | number Which child RadialButton to highlight  
top string | number Optional parameter to specify top position in viewport.  

Inherited properties

Name Type Inherited from Description
className undefined | string CommonProps Custom CSS class name
itemId undefined | string CommonProps Optional unique identifier for item.
style undefined | CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 21 March, 2024