Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 692 Bytes

File metadata and controls

29 lines (14 loc) · 692 Bytes

PDFGeneratorAPI.FormFieldsInner

Properties

Name Type Description Notes
label String Field label displayed in the form [optional]
name String Data field name. For example "name" can be used as "{name}" in the document as placeholder. [optional]
type String Field type [optional]
required Boolean Specifies if the field is required or not [optional]

Enum: TypeEnum

  • text (value: "text")

  • integer (value: "integer")

  • number (value: "number")

  • date (value: "date")

  • signature (value: "signature")