Interface: IToolbarOverflow

A toolbar control to group controls that no longer fit the space available in a toolbar

Properties

centerControls

readonlycenterControls: IToolbarControl[]

Array of IToolbarControls for the center of the overflow toolbar


combinedControls

readonlycombinedControls: IToolbarControl[]

Array of all IToolbarControls from all slots in the overflow toolbar


leftControls

readonlyleftControls: IToolbarControl[]

Array of IToolbarControls for the left side of the overflow toolbar


rightControls

readonlyrightControls: IToolbarControl[]

Array of IToolbarControls for the right side of the overflow toolbar


title

readonlytitle: string

The title of the overflow toolbar element, used for tooltip text


visible

readonlyvisible: boolean

Indicates the overflow toolbar is shown and contains IToolbarControls