This is a tree grid component allowing you to define various types of action on the tree and its grid values.
| Name | Module | Package |
|---|---|---|
LitElement |
lit |
| Name | Module | Package |
|---|---|---|
ScopedElementsMixin |
@open-wc/scoped-elements/lit-element.js |
| Name | Privacy | Type | Default | Description | Inherited From |
|---|---|---|---|---|---|
scopedElements |
object |
`{ |
'icon-button': MdIconButton,
}` | | |
| Name | Privacy | Type | Default | Description | Inherited From |
|---|---|---|---|---|---|
data |
TreeNode | null |
null |
| Name | Type | Description | Inherited From |
|---|---|---|---|
unfold |
CustomEvent |
Private API
| Name | Privacy | Type | Default | Description | Inherited From |
|---|---|---|---|---|---|
folded |
private | Set<string> |
new Set() |
||
knownPaths |
private | Set<string> |
new Set() |
||
maxLeafCols |
private | number |
0 |
| Name | Privacy | Description | Parameters | Return | Inherited From |
|---|---|---|---|---|---|
pathKey |
private | path: (string | number)[] |
|||
toggleFold |
private | path: (string | number)[], node: TreeNode |
|||
renderLeadingIcon |
private | node: TreeNode |
TemplateResult |
||
renderRows |
private | node: TreeNode | null, path: (string | number)[], level, parentFolded |
ReturnType<typeof html>[] |
| Kind | Name | Declaration | Module | Package |
|---|---|---|---|---|
js |
ActionTree |
ActionTree | ActionTree.ts |
| Kind | Name | Declaration | Module | Package |
|---|---|---|---|---|
custom-element-definition |
action-tree |
ActionTree | /ActionTree.js |
© 2023 The Contributors