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

    Interface CreateTableRequest

    interface CreateTableRequest {
        description?: string;
        name: string;
        pluralRecordName?: string;
        singleRecordName?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    description?: string

    The description for the table. If this value is not passed the default value is blank.

    name: string

    The name for the table.

    pluralRecordName?: string

    The plural noun for records in the table. If this value is not passed the default value is 'Records'.

    singleRecordName?: string

    The singular noun for records in the table. If this value is not passed the default value is 'Record'.