SMART datagrid v1.4 > Classes > TreeDataRow
DataLudi.TreeDataRow.getChildObjects method
자손 행들을 json 객체의 배열로 리턴한다.
function getChildObjects (recursive: Boolean, childrenProp: String, iconProp: String): [TreeDataRow];
- Returns
- [TreeDataRow]
- Parameters
- recursive - Boolean. required.
- childrenProp - String. required.
- iconProp - String. required.
- See Also
- getChild
- getChildOutputObjects
- 트리 개요
- Examples
- Hello Tree