QuickBase JS SDK v2 - v2.2.2
API Methods
QuickBase API
GitHub
Preparing search index...
FieldValue
Interface FieldValue
A field value in a QuickBase record. The value type depends on the field type:
string: text, email, URL, date/time (ISO format)
number: numeric fields, record IDs
boolean: checkbox fields
string[]: multi-select text lists
{ id: string }[]: file attachments
interface
FieldValue
{
value
:
string
|
number
|
boolean
|
string
[]
|
{
id
:
string
}
[]
;
}
Index
Properties
value
Properties
value
value
:
string
|
number
|
boolean
|
string
[]
|
{
id
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
value
API Methods
QuickBase API
GitHub
QuickBase JS SDK v2 - v2.2.2
Loading...
A field value in a QuickBase record. The value type depends on the field type: