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

    Interface UpdateFieldParams

    Update a field

    interface UpdateFieldParams {
        fieldId: number;
        tableId: string;
    }
    Index

    Properties

    Properties

    fieldId: number

    The unique identifier (fid) of the field.

    tableId: string

    The unique identifier of the table.