QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface RecordField

    Field value from GetRecordInfo

    interface RecordField {
        id: number;
        name: string;
        printable?: string;
        type: string;
        value: string;
    }
    Index

    Properties

    id: number

    Field ID

    name: string

    Field name

    printable?: string

    Human-readable value (for dates, etc.)

    type: string

    Field type

    value: string

    Raw value