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.

OrgChart PT Options#

Defines passthrough(pt) options of OrgChart component.

labeltypedescription
rootOrgChartPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
nodeOrgChartPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the node's DOM element.
subtreeOrgChartPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the subtree's DOM element.
treeOrgChartPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the tree's DOM element.

OrgChartTree PT Options#

Defines passthrough(pt) options of OrgChartTree component.

labeltypedescription
rootOrgChartTreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

OrgChartSubtree PT Options#

Defines passthrough(pt) options of OrgChartSubtree component.

labeltypedescription
rootOrgChartSubtreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

OrgChartNode PT Options#

Defines passthrough(pt) options of OrgChartNode component.

labeltypedescription
rootOrgChartNodePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

OrgChartNodeContent PT Options#

Defines passthrough(pt) options of OrgChartNodeContent component.

labeltypedescription
rootOrgChartNodeContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

OrgChartCollapseButton PT Options#

Defines passthrough(pt) options of OrgChartCollapseButton component.

labeltypedescription
rootOrgChartCollapseButtonPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.