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

    Interface TableSchema

    Table schema with ID and field mappings

    { id: 'bqw3ryzab', fields: { name: 6, status: 7 } }
    
    interface TableSchema {
        fields: FieldSchema;
        id: string;
    }
    Index

    Properties

    Properties

    fields: FieldSchema

    Field alias mappings

    id: string

    QuickBase table ID (dbid)