Skip to main content
Version: API v2 Preview

FormFieldRef

Kind: class
Module/package: models
SDK: pdfdancer-client-typescript 2.0.0

Represents a form field reference with name and value properties. Extends ObjectRef to include form-specific properties.

Declaration

class FormFieldRef extends ObjectRef

Members

constructor

constructor(internalId: string, position: Position, type: ObjectType, name: string, value: string): FormFieldRef

toDict

toDict(): Record<string, any>

internalId

internalId: string

name

name: string

position

position: Position

type

type: ObjectType

value

value: string

View source at 7bd49ac104cc