Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IToolbarOverflow

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

Hierarchy

  • IToolbarOverflow

Index

Properties

centerControls

centerControls: IToolbarControl[]

Array of IToolbarControls for the center of the overflow toolbar

combinedControls

combinedControls: IToolbarControl[]

Array of all IToolbarControls from all slots in the overflow toolbar

leftControls

leftControls: IToolbarControl[]

Array of IToolbarControls for the left side of the overflow toolbar

rightControls

rightControls: IToolbarControl[]

Array of IToolbarControls for the right side of the overflow toolbar

title

title: string

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

visible

visible: boolean

Indicates the overflow toolbar is shown and contains IToolbarControls