Type alias QBRecordOptions<RecordData>
QBRecord
Options
<RecordData>: { fids
: Partial<QBFids<RecordData>>; primaryKey
?: number; quickbase
: QuickBase | QuickBaseOptions; recordid
?: number; tableId
: string; }
Type Parameters
-
RecordData extends QBRecordData = {
primaryKey: number;
recordid: number;
}
Type declaration
-
fids: Partial<QBFids<RecordData>>
-
Optional
primaryKey?: number
-
quickbase: QuickBase | QuickBaseOptions
-
Optional
recordid?: number
-
tableId: string