@eclipse-emfcloud/model-service-theia
Version:
Model service Theia
15 lines • 654 B
TypeScript
/**
* Injection key for the application context of the model hub.
* For child containers providing services scoped to a particular
* context, this can be used to inject that context into the
* Model Services framework to define the `ModelHub` context.
*/
export declare const ModelHubContext: unique symbol;
/**
* Injection key for direct injection of the model hub in child
* containers scoped to that hub's context.
* For child containers providing services scoped to a particular
* context, this can be used to inject that context's `ModelHub`.
*/
export declare const ModelHub: unique symbol;
//# sourceMappingURL=context-model-hub.d.ts.map