RadialMenuProps Interface

Properties for RadialMenu

Extends

Properties

Name Type Description
children ReactNode | undefined Content  
innerRadius number Radius of inner portion of RadialMenu  
labelRotate boolean | undefined 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 (event: any) => any | undefined    
onEsc (event: any) => any | undefined    
opened boolean Whether to show RadialMenu  
outerRadius number Radius of outer portion of RadialMenu  
selected number | undefined Which child RadialButton to highlight  
top string | number Optional parameter to specify top position in viewport.  

Inherited properties

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

Defined in

Last Updated: 13 May, 2024