Vue Diagram - propertiesPanel.tabs.groups

Contains an array of command groups in the tab.

Selector: DxGroup
Type:

Array<Object>

commands

Lists commands in a group.

Selector: DxCommand
Type:

Array<CustomCommand | Command>

A properties panel group can contain default and custom commands. Handle the CustomCommand event to respond to a custom command click.

title

Specifies a title of the group.

Type:

String