Skip to main content
Version: 2.x

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