ExtensibleToolbarProps Interface

Deprecated  in 4.17.0. Use React.ComponentProps<typeof ToolbarComposer>

Properties for the ToolbarComposer React components

Properties

Name Type Description
activeItemIds string[] | undefined Describes the ids of active toolbar items.  
items ToolbarItem[] Toolbar items to be displayed in addition to the provided toolbar items.  
orientation ToolbarOrientation Toolbar orientation.  
usage ToolbarUsage Toolbar usage based on which additional toolbar items are added from UI item providers.  

Defined in

Last Updated: 19 August, 2025