# IMultiModuleTreeChildLoader
Interface that can be implemented to provide a custom behaviour for loading child elements of a parent BaseBean.
Member | Description |
---|---|
loadChildren(parent: BaseBean): Promise<BaseBean[]> | Method that should be implemented to load the child BaseBeans of the parent . |