Pass Through documentation for Tree component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Tree component.
| label | type | description |
|---|---|---|
| root | TreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| wrapper | TreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the wrapper's DOM element. |
| list | TreePassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the list's DOM element. |
| node | TreePassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the node's DOM element. |
| content | TreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| label | TreePassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the label's DOM element. |
| toggle | TreePassThroughType<ButtonHTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the toggle button's DOM element. |
| toggleIcon | TreePassThroughType<SVGProps<SVGSVGElement>> | Used to pass attributes to the toggle icon's DOM element. |
| pcCheckbox | TreePassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the checkbox's DOM element. |
| pcFilter | TreePassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the filter's DOM element. |
| header | TreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
| footer | TreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
| empty | TreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the empty message's DOM element. |
| dropPoint | TreePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the drop point's DOM element. |
Defines passthrough(pt) options of TreeList component.
| label | type | description |
|---|---|---|
| root | TreeListPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TreeNode component.
| label | type | description |
|---|---|---|
| root | TreeNodePassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TreeContent component.
| label | type | description |
|---|---|---|
| root | TreeContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
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. |
Defines passthrough(pt) options of TreeLabel component.
| label | type | description |
|---|---|---|
| root | TreeLabelPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TreeHeader component.
| label | type | description |
|---|---|---|
| root | TreeHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TreeFilter component.
| label | type | description |
|---|---|---|
| root | TreeFilterPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TreeFooter component.
| label | type | description |
|---|---|---|
| root | TreeFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TreeEmpty component.
| label | type | description |
|---|---|---|
| root | TreeEmptyPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |