ToolbarWithOverflowProps Interface

Deprecated  in 4.0. Use ToolbarWithOverflowProps instead.

Properties of ToolbarWithOverflow component.

Extends

Properties

Name Type Description
expandsTo Direction | undefined Describes to which direction the popup panels are expanded, also defines the orientation of the toolbar (Top/Bottom will create an horizontal toolbar, Left/Right will create a vertical toolbar).  
items CommonToolbarItem[] Definitions for items of the toolbar.  
onItemExecuted OnItemExecutedFunc | undefined Optional function to call on any item execution  
onKeyDown (e: KeyboardEvent<Element>) => void | undefined    
overflowExpandsTo Direction | undefined Describes to which direction the overflow popup panels are expanded.  
panelAlignment ToolbarPanelAlignment | undefined Describes how expanded panels are aligned.  
toolbarOpacitySetting ToolbarOpacitySetting | undefined Determines whether to use mouse proximity to alter the opacity of the toolbar  
useDragInteraction boolean | undefined Use Drag Interaction to open popups with nest action buttons  

Inherited properties

Name Type Inherited from Description
children undefined | undefined NoChildrenProps  
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