API Reference > ui-components > Toolbar > ToolbarProps ToolbarProps Interface Beta Properties of Toolbar component. Extends CommonProps NoChildrenProps Methods Name Description onKeyDown(e: KeyboardEvent<Element>): void Optional Optional function to call on any KeyDown events processed by toolbar Properties Name Type Description expandsTo undefined | Direction Describes to which direction the popup panels are expanded. items CommonToolbarItem[] definitions for items of the toolbar. onItemExecuted undefined | OnItemExecutedFunc Optional function to call on any item execution panelAlignment undefined | ToolbarPanelAlignment Describes how expanded panels are aligned. toolbarOpacitySetting undefined | ToolbarOpacitySetting Determines whether to use mouse proximity to alter the opacity of the toolbar useDragInteraction undefined | boolean Use Drag Interaction to open popups with nest action buttons Inherited properties Name Type Inherited from Description children undefined | undefined NoChildrenProps className undefined | string CommonProps Custom CSS class name style undefined | CSSProperties CommonProps Custom CSS style properties Defined in ui/components/src/ui-components/toolbar/Toolbar.tsx Line 23 Last Updated: 11 June, 2024