Skip to content

@serenity-is/corelib / ToolbarOptions

Interface: ToolbarOptions

Defined in: src/ui/widgets/toolbar.tsx:93

Options for configuring a Toolbar.

Properties

buttons?

optional buttons: ToolButton[]

Defined in: src/ui/widgets/toolbar.tsx:95

The buttons to render in the toolbar.


hotkeyContext?

optional hotkeyContext: any

Defined in: src/ui/widgets/toolbar.tsx:97

Optional default context element for hotkey bindings.