PreProcessor – GBG IDscan Documentation

PreProcessor

The pre-processor to run the template string through before writing it to the DOM. Please check the integration documents or the Templatesdocumentation for information on which properties will be passed in for processors to use, and guidelines for defining templates. All pre-processors will be provided with the same data unless otherwise stated.

Signature:

export declare enum PreProcessor 

Enumeration Members

MemberValueDescription
Mustache"mustache"Run the template string through the mustache HTML pre-processor before writing it to the DOM. Find out more information about Mustache templates here: https://github.com/janl/mustache.js.
None"none"Don’t perform any pre-processing on the template string before writing it to the DOM.
Was this page helpful?