OrgChart Pass Through
Pass Through documentation for OrgChart component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
The component's PT demo referenced as orgchart-pt is unavailable or does not exist.
OrgChartRoot PT Options#
Defines passthrough(pt) options of OrgChart component.
| label | type | description |
|---|---|---|
| root | OrgChartRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| node | OrgChartRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the node's DOM element. |
| subtree | OrgChartRootPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the subtree's DOM element. |
| tree | OrgChartRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the tree's DOM element. |
OrgChartTree PT Options#
Defines passthrough(pt) options of OrgChartTree component.
| label | type | description |
|---|---|---|
| root | OrgChartTreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
OrgChartSubtree PT Options#
Defines passthrough(pt) options of OrgChartSubtree component.
| label | type | description |
|---|---|---|
| root | OrgChartSubtreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
OrgChartNode PT Options#
Defines passthrough(pt) options of OrgChartNode component.
| label | type | description |
|---|---|---|
| root | OrgChartNodePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
OrgChartNodeContent PT Options#
Defines passthrough(pt) options of OrgChartNodeContent component.
| label | type | description |
|---|---|---|
| root | OrgChartNodeContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
OrgChartCollapseButton PT Options#
Defines passthrough(pt) options of OrgChartCollapseButton component.
| label | type | description |
|---|---|---|
| root | OrgChartCollapseButtonPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |