coffeescript-ui
Version:
Coffeescript User Interface System
18 lines (13 loc) • 601 B
Markdown
```div-parameter
## Parameter ListviewTreeNode
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| children | <dt><Array> | - | no | Defines the node's data as an array |
| open | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| html | {} | - | no | Lorem |
## Callbacks ListviewTreeNode
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| getChildren | <dt>function() | - | no | Lorem |
```
@@include(../listviewrow/listviewrow_p.md)