Nutrient Web SDK

ReferenceTemplateModelValue

Type Alias TemplateModelValue

A single supported value inside the template model tree.

Type Alias
Type Signature
type TemplateModelValue =
    | string
    | number
    | boolean
    | null
    | TemplateModel
    | TemplateModelLoop
    | TemplateImageValue