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.
| label | type | description |
|---|---|---|
| root | TreeRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| wrapper | TreeRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the wrapper's DOM element. |
| list | TreeRootPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the list's DOM element. |
| node | TreeRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the node's DOM element. |
| content | TreeRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| label | TreeRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the label's DOM element. |
| toggle | TreeRootPassThroughType<ButtonHTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the toggle button's DOM element. |
| toggleIcon | TreeRootPassThroughType<SVGProps<SVGSVGElement>> | Used to pass attributes to the toggle icon's DOM element. |
| pcCheckbox | TreeRootPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the checkbox's DOM element. |
| pcFilter | TreeRootPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the filter's DOM element. |
| header | TreeRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
| footer | TreeRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
| empty | TreeRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the empty message's DOM element. |
| dropPoint | TreeRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the drop point's DOM element. |
TreeList PT Options#
Defines passthrough(pt) options of TreeList component.
| label | type | description |
|---|---|---|
| root | TreeListPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the root's DOM element. |
TreeNode PT Options#
Defines passthrough(pt) options of TreeNode component.
| label | type | description |
|---|---|---|
| root | TreeNodePassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |
TreeContent PT Options#
Defines passthrough(pt) options of TreeContent component.
| label | type | description |
|---|---|---|
| root | TreeContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TreeToggle PT Options#
Defines passthrough(pt) options of TreeToggle component.
| label | type | description |
|---|---|---|
| root | TreeTogglePassThroughType<ButtonHTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
| toggleIcon | TreeTogglePassThroughType<SVGProps<SVGSVGElement>> | Used to pass attributes to the toggle icon's DOM element. |
TreeLabel PT Options#
Defines passthrough(pt) options of TreeLabel component.
| label | type | description |
|---|---|---|
| root | TreeLabelPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
TreeHeader PT Options#
Defines passthrough(pt) options of TreeHeader component.
| label | type | description |
|---|---|---|
| root | TreeHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TreeFilter PT Options#
Defines passthrough(pt) options of TreeFilter component.
| label | type | description |
|---|---|---|
| root | TreeFilterPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the root's DOM element. |
TreeFooter PT Options#
Defines passthrough(pt) options of TreeFooter component.
| label | type | description |
|---|---|---|
| root | TreeFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TreeEmpty PT Options#
Defines passthrough(pt) options of TreeEmpty component.
| label | type | description |
|---|---|---|
| root | TreeEmptyPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |