Pass Through documentation for OrgChart component
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.
Defines passthrough(pt) options of OrgChart component.
| label | type | description |
|---|---|---|
| root | OrgChartPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| node | OrgChartPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the node's DOM element. |
| subtree | OrgChartPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the subtree's DOM element. |
| tree | OrgChartPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the tree's DOM element. |
Defines passthrough(pt) options of OrgChartTree component.
| label | type | description |
|---|---|---|
| root | OrgChartTreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of OrgChartSubtree component.
| label | type | description |
|---|---|---|
| root | OrgChartSubtreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of OrgChartNode component.
| label | type | description |
|---|---|---|
| root | OrgChartNodePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of OrgChartNodeContent component.
| label | type | description |
|---|---|---|
| root | OrgChartNodeContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of OrgChartCollapseButton component.
| label | type | description |
|---|---|---|
| root | OrgChartCollapseButtonPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |