Tree Pass Through

Pass Through documentation for Tree component

Viewer#

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

TreeRoot PT Options#

Defines passthrough(pt) options of Tree component.

labeltypedescription
rootTreeRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
wrapperTreeRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the wrapper's DOM element.
listTreeRootPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the list's DOM element.
nodeTreeRootPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the node's DOM element.
contentTreeRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
labelTreeRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the label's DOM element.
toggleTreeRootPassThroughType<ButtonHTMLAttributes<HTMLButtonElement>>Used to pass attributes to the toggle button's DOM element.
toggleIconTreeRootPassThroughType<SVGProps<SVGSVGElement>>Used to pass attributes to the toggle icon's DOM element.
pcCheckboxTreeRootPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the checkbox's DOM element.
pcFilterTreeRootPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the filter's DOM element.
headerTreeRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
footerTreeRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.
emptyTreeRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the empty message's DOM element.
dropPointTreeRootPassThroughType<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.