```div-parameter
## Parameter ListviewTreeNode

|	Parameter			|			Format			|	Default					|	Mandatory	|	Description				| 
|		---				|			---				|	:---:					|	:---:		|		---					|
|	children	|	<dt>&lt;Array&gt;	|	-	|	no	|	Defines the node's data as an array	|
|	open	|	<dt>&lt;Boolean&gt;	|	-	|	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) 