TemplateFieldInfo

  • key
    Type: string
    required

    Unique identifier for the field

  • type
    Type: stringenum
    required

    Type of the field (form field or e-signature field)

    values
    • TextField
    • CheckBox
    • Image
    • Line
    • Signature
  • widgets
    Type: array object[]
    required

    Visual elements representing this field in the PDF

    • dimensions
      Type: object
    • position
      Type: object
    • rotationDegree
      Type: number
    • style
      Type: object
  • assignment
    Type: object

    Assignment for the field, indicating which participant should fill this field

    • roleKey
      Type: string

      Role key for the field

  • includeIf
    Type: string

    Optional JSONata expression to control field visibility

  • valueExpression
    Type: string

    Optional JSONata expression to dynamically calculate field value from entity data