Tree Pass Through

Pass Through documentation for Tree component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Tree PT Options#

Defines passthrough(pt) options of Tree component.

labeltypedescription
rootTreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
wrapperTreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the wrapper's DOM element.
listTreePassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the list's DOM element.
nodeTreePassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the node's DOM element.
contentTreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
labelTreePassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the label's DOM element.
toggleTreePassThroughType<ButtonHTMLAttributes<HTMLButtonElement>>Used to pass attributes to the toggle button's DOM element.
toggleIconTreePassThroughType<SVGProps<SVGSVGElement>>Used to pass attributes to the toggle icon's DOM element.
pcCheckboxTreePassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the checkbox's DOM element.
pcFilterTreePassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the filter's DOM element.
headerTreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
footerTreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.
emptyTreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the empty message's DOM element.
dropPointTreePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the drop point's DOM element.

TreeList PT Options#

Defines passthrough(pt) options of TreeList component.

labeltypedescription
rootTreeListPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the root's DOM element.

TreeNode PT Options#

Defines passthrough(pt) options of TreeNode component.

labeltypedescription
rootTreeNodePassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the root's DOM element.

TreeContent PT Options#

Defines passthrough(pt) options of TreeContent component.

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

TreeToggle PT Options#

Defines passthrough(pt) options of TreeToggle component.

labeltypedescription
rootTreeTogglePassThroughType<ButtonHTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
toggleIconTreeTogglePassThroughType<SVGProps<SVGSVGElement>>Used to pass attributes to the toggle icon's DOM element.

TreeLabel PT Options#

Defines passthrough(pt) options of TreeLabel component.

labeltypedescription
rootTreeLabelPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

TreeHeader PT Options#

Defines passthrough(pt) options of TreeHeader component.

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

TreeFilter PT Options#

Defines passthrough(pt) options of TreeFilter component.

labeltypedescription
rootTreeFilterPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the root's DOM element.

TreeFooter PT Options#

Defines passthrough(pt) options of TreeFooter component.

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

TreeEmpty PT Options#

Defines passthrough(pt) options of TreeEmpty component.

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