Angular Diagram - historyToolbar

Configures the history toolbar's settings.

Selector: dxo-history-toolbar
Type:

Object

Default Value: {}

commands[]

Lists commands in the history toolbar.

Selector: dxi-command
Type:

Array<CustomCommand | Command>

Default Value: undefined

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

visible

Specifies the history toolbar's visibility.

Type:

Boolean

Default Value: true