Tree
Holds methods to traverse app child modules.
Usage#
getParent#
app.tree.getParent<T=IApp>():T#
get current parent app
parent#
app.tree.parent():IApp#
getter return current parent app
getRoot#
app.tree.getRoot<T=IApp>():T#
get current parent app
parent#
app.tree.parent():IApp#
getter return current parent app
children#
app.tree.children:IApp[]#
getter return current app children apps
childAt#
app.tree.getChildAt(index: number): IApp#
return app child at index