ToolbarProps Interface
Deprecated in 4.0.0. Use ToolbarProps instead.
Properties of Toolbar 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: React.KeyboardEvent<Element>) => void | undefined | Optional function to call on any KeyDown events processed by toolbar | |
| 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 Inherited | undefined | undefined | NoChildrenProps | |
| 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: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.