ITopActionsDropdownProps interface

TopActions Dropdown props.

Properties

options

The options for the choice group.

titleButton

Adds functionality to create an action dropdown where the selected choice is not highlighted at the top level.

The TitleButton is always displayed on the toolbar.

Property Details

options

The options for the choice group.

readonly options: ITopActionsDropdownOption[];

Property Value

titleButton

Adds functionality to create an action dropdown where the selected choice is not highlighted at the top level.

The TitleButton is always displayed on the toolbar.

readonly titleButton?: ITopActionsButtonProps;

Property Value