Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 7.93 KB

fieldcreatedocumentfieldsfieldresponse.md

File metadata and controls

41 lines (36 loc) · 7.93 KB

FieldCreateDocumentFieldsFieldResponse

Example Usage

import { FieldCreateDocumentFieldsFieldResponse } from "@documenso/sdk-typescript/models/operations";

let value: FieldCreateDocumentFieldsFieldResponse = {
  type: "RADIO",
  id: 3256.67,
  secondaryId: "<id>",
  documentId: 2411.58,
  templateId: 145.84,
  recipientId: 4846.47,
  page: 8743.58,
  customText: "<value>",
  inserted: false,
  fieldMeta: {
    type: "name",
  },
};

Fields

Field Type Required Description
type operations.FieldCreateDocumentFieldsTypeResponse ✔️ N/A
id number ✔️ N/A
secondaryId string ✔️ N/A
documentId number ✔️ N/A
templateId number ✔️ N/A
recipientId number ✔️ N/A
page number ✔️ The page number of the field on the document. Starts from 1.
positionX any N/A
positionY any N/A
width any N/A
height any N/A
customText string ✔️ N/A
inserted boolean ✔️ N/A
fieldMeta operations.FieldCreateDocumentFieldsFieldMetaUnion ✔️ N/A