Key type
@microsoft/fast-element/di.js > Key
Key type
A key that is used to register dependencies with a dependency injection container.
Signature:
export declare type Key = PropertyKey | object | ContextDecorator | Constructable | Resolver;
References: Resolver