A toolbar control to group controls that no longer fit the space available in a toolbar
Properties
centerControls
readonly
centerControls: IToolbarControl
[]
Array of IToolbarControls for the center of the overflow toolbar
combinedControls
readonly
combinedControls: IToolbarControl
[]
Array of all IToolbarControls from all slots in the overflow toolbar
leftControls
readonly
leftControls: IToolbarControl
[]
Array of IToolbarControls for the left side of the overflow toolbar
rightControls
readonly
rightControls: IToolbarControl
[]
Array of IToolbarControls for the right side of the overflow toolbar
title
readonly
title: string
The title of the overflow toolbar element, used for tooltip text
visible
readonly
visible: boolean
Indicates the overflow toolbar is shown and contains IToolbarControls