# IMultiModuleTreeRootLoader

Interface that can be implemented to provide a custom behaviour for loading root elements of a Core Engine module.

Member Description
loadRootElements(moduleName: string): Promise<BaseBean[]> Method that should be implemented to load the root elements of moduleName.
Request missing documentation