A newer version of this page is available. Switch to the current version.

jQuery Diagram - propertiesPanel

Configures the Properties panel settings.

Type:

Object

Default Value: {}

tabs[]

Contains an array of tabs in the Properties panel.

Type:

Array<Object>

Default Value: undefined

visibility

Specifies the panel's visibility.

Type:

String

Default Value: 'auto'
Accepted Values: 'auto' | 'visible' | 'collapsed' | 'disabled'

Value Description
auto The panel is disabled when the diagram is read-only.
visible The panel is initially visible.
collapsed The panel is collapsed initially.
disabled The panel is disabled. An element that can invoke the panel is hidden.