singleton() function
@microsoft/fast-element/di.js > singleton
singleton() function
Signature:
export declare function singleton<T extends Constructable>(options?: SingletonOptions): typeof singletonDecorator;
Parameters
Parameter | Type | Description |
---|---|---|
options | SingletonOptions | (Optional) |
Returns:
typeof singletonDecorator