IStringTemplateConfiguration – GBG IDscan Documentation

IStringTemplateConfiguration

Configuration type which returns a static string as the template string.

Signature:

export interface IStringTemplateConfiguration 

Properties

PropertyTypeDescription
processorPreProcessorThe PreProcessor which the resolved template should be passed through.
providerstringThe string to use for the template.
typeTemplateType.StringThe type of the template.

IStringTemplateConfiguration.processor property

The PreProcessor which the resolved template should be passed through.

Signature:

readonly processor: PreProcessor;

IStringTemplateConfiguration.provider property

The string to use for the template.

Signature:

readonly provider: string;

IStringTemplateConfiguration.type property

The type of the template.

Signature:

readonly type: TemplateType.String;

Was this page helpful?