Optional
options: Partial<QBFieldOptions>Readonly
CLASS_Private
_dataPrivate
_fidPrivate
_qbPrivate
_tablePrivate
_usageStatic
Readonly
CLASS_Static
Readonly
VERSIONStatic
defaultsThe default settings of a QuickBase
instance
Rebuild the QBField instance from serialized JSON
QBField serialized JSON
Get an attribute value
Quick Base Field attribute name
If a field id is not defined, this will execute the createField option. After a successful createField, or if a field id was previously defined, this will execute an updateField.
If attributesToSave
is defined, then only configured attributes in this array will be saved.
If this executes a createField, the newly assigned Field ID is automatically stored internally.
After a successful save, all new attributes are available for use.
Array of attributes to save
Sets the passed in value
associated with the attribute
argument.
Quick Base Field attribute name
Attribute value
Serialize the QBField instance into JSON
Static
IsQBFieldStatic
NewReturns a new QBField instance built off of options
, that inherits configuration data from the passed in attributes
argument.
QBField instance options
Optional
attributes: Partial<QuickBaseResponseGetField> & Record<any, any>Quick Base Field attribute data
Static
fromJSONCreate a new QBField instance from serialized JSON
QBField serialized JSON
Generated using TypeDoc
An internal id (guid) used for tracking/managing object instances