# DefaultMultiModuleTreeRootLoader

Implements IMultiModuleTreeRootLoader.

Loads all root elements of the given module by using parameter root: true in the search request.

Member Description
loadRootElements(moduleName: string): Promise<BaseBean[]> Implemented due to IMultiModuleTreeRootLoader. Loads the root elements of moduleName asynchronously.
static loadRootElements(moduleName: string): Promise<BaseBean[]> Static implementation of loadRootElements, so the class does not have to be instantiated outside.
Request missing documentation