TemplateType – GBG IDscan Documentation

TemplateType

The way the template should be processed to gain the template string for use in this particular UI situation. For more detailed information, please consult the integration guide.

Signature:

export declare enum TemplateType 

Enumeration Members

MemberValueDescription
Function"function"A function, which, when executed will return the template string
Null"null"No template has been specified for this template name
Promise"promise"A promise, which, when resolves will return the template string.
String"string"The template string to use
Url"url"A URL to retrieve the template string from
Was this page helpful?