Vue Diagram - mainToolbar

Configures the main toolbar settings.

Selector: DxMainToolbar
Type:

Object

Default Value: {}

commands[]

Lists commands in the toolbar.

Selector: DxCommand
Type:

Array<CustomCommand | Command>

Default Value: undefined

The main toolbar can contain default and custom commands. Handle the CustomCommand event to respond to a custom command click.

visible

Specifies the toolbar's visibility.

Type:

Boolean

Default Value: false