Front-End Component Manager API
Last modified by Manuel Leduc on 2026/05/12 16:05
Content
Reference
manager
const manager: ManagerShared default Manager singleton.
resolverPromise
const resolverPromise: Promise<Resolver>Module-level promise that resolves once all the components are registered.
Internal
_init()
function _init(): Promise<void>Builds the shared manager and fulfills resolverPromise with the resulting Resolver.
Returns: A promise that resolves once the resolver has been built and resolverPromise has been fulfilled.
Throws:
- Error when invoked more than once.
- Must be called after every component contribution has been registered with manager; registrations made after _init() are not visible through resolverPromise.