TemplateEngineConfig
ts
type TemplateEngineConfig = object;Defined in: token.ts:11
Configuration options for the template engine.
Since
1.1.0
Author
Simon Kovtyk
Properties
fallbackOnError?
ts
optional fallbackOnError: boolean;Defined in: token.ts:12
Optional flag to return the last successful result when a transformation fails.