React Diagram - viewToolbar

Configures the view toolbar settings.

Selector: ViewToolbar
Type:

Object

Default Value: {}

commands[]

Lists commands in the toolbar.

Selector: Command
Type:

Array<CustomCommand | Command>

Default Value: undefined

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

visible

Specifies the view toolbar's visibility.

Type:

Boolean

Default Value: true