INullTemplateConfiguration – GBG IDscan Documentation

INullTemplateConfiguration

An empty template provider.

NOTE: This will throw an intentional exception when passed into configuration.

Signature:

export interface INullTemplateConfiguration 

Properties

PropertyTypeDescription
typeTemplateType.NullThe type of the template.

INullTemplateConfiguration.type property

The type of the template.

Signature:

readonly type: TemplateType.Null;

Was this page helpful?