shadow
The Tree
element allows hierarchical display of data in a tree structure. It is used to visualize categories, file systems or navigation structures. Tree contains wje-tree as the main container and wje-tree-item as the individual tree entries. Items can contain children, creating a nested hierarchy.
Description | An attribute that determines whether multiple sections can be expanded at the same time. |
Attribute | multiple |
Type | boolean |
Default | 0 |
Description | An attribute that sets the initial index of the extended section. |
Attribute | Index |
Type | number |
Default | 1000 |
Name | Description |
---|
wje-accordion-item:open | It is emitted when the accordion item is opened. |
Description | Collapses all accordion items except the one specified as the exception. |
Signature | (exception: HTMLElement) => Promise<void> |
Description | Search for all Accordion components within a group. |
Signature | getAccordions() => Accordion[] |
No CSS shadow parts available for this component.
No CSS custom properties available for this component.
No slots available for this component.