+
+ {{node.label}}
+
+
+
+
+ |
+ ||
+ + | +||
+ + | + + + ++ | + + + |
+ |
+
OrganizationChart visualizes hierarchical organization data.
+Panel is a container component that accepts content as its children.
+Header of the panel is either defined with the header property or the header template.
+Content of the panel can be expanded and collapsed using toggleable option.
+To control the initial state of the toggleable panel, use the collapsed property.
+Use the sync operator to enable two-way binding.
+ +Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
+Name | +Type | +Default | +Description | +
---|---|---|---|
header | +string | +null | +Header text of the panel. | +
toggleable | +boolean | +null | +Defines if content of panel can be expanded and collapsed. | +
collapsed | +boolean | +null | +Defines the initial state of panel content. | +
Name | +Parameters | +Description | +
---|---|---|
toggle | +event.originalEvent: browser event + event.value: collapsed state as a boolean + |
+ Callback to invoke when a tab toggle. | +
Following is the list of structural style classes, for theming classes visit
Name | +Element | +
---|---|
p-panel | +Container element. | +
p-panel-titlebar | +Header section. | +
p-panel-title | +Title text of panel. | +
p-panel-titlebar-toggler | +Toggle icon. | +
p-panel-content | +Content of panel. | +
None.
+