An empty template provider.
NOTE: This will throw an intentional exception when passed into configuration.
Signature:
export interface INullTemplateConfiguration
Properties
| Property | Type | Description |
|---|---|---|
| type | TemplateType.Null | The type of the template. |
INullTemplateConfiguration.type property
The type of the template.
Signature:
readonly type: TemplateType.Null;