OptionalconfigOptional configuration used to populate the document template.
When omitted, default delimiters { and } are used.
Optionaldelimiter?: { end?: string; start?: string }The delimiter settings used in data parsing.
Optionalend?: stringThe end delimiter for data parsing. Defaults to } when omitted.
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.