Angular 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.

Use the DiagramPanelVisibility enum to specify this property when the UI component is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Auto, Visible, Collapsed, Disabled.