OptionalconfigOptional configuration used to populate the document template.
When omitted, default delimiters { and } are used.
Additional vendor-specific config keys are forwarded as-is.
Optionaldelimiter?: {The delimiter settings used in data parsing.
Optionalend?: stringThe end delimiter for data parsing. Defaults to } when omitted.
OptionalobjectDelimiter?: stringOptional separator used to treat dotted markers as literal keys instead of object navigation.
Example: with objectDelimiter: "|", {{opps.length()}} resolves the literal "opps.length()" key.
Optionalstart?: stringThe start delimiter for data parsing. Defaults to { when omitted.
The data used to populate the document template, including text/loop/image markers.
Describes the data format used to populate a document template.