isMultipleCellValue: true
in certain cases:field.isMultipleCellValue
to determine if a field accepts multiple values.
number
isMultipleCellValue: false
: number
isMultipleCellValue: true
: number[]
string
isMultipleCellValue: false
: string
isMultipleCellValue: true
: string[]
string
isMultipleCellValue: false
: string
isMultipleCellValue: true
: string[]
string
(option value)isMultipleCellValue: false
: string
isMultipleCellValue: true
: string[]
string[]
(array of option values)string[]
isMultipleCellValue: false
: { id: string }
isMultipleCellValue: true
: { id: string }[]
isMultipleCellValue: false
: { id: string, title?: string }
isMultipleCellValue: true
: { id: string, title?: string }[]
string | number | boolean
or their array formsstring
(ISO 8601 format)isMultipleCellValue: false
: string
(ISO 8601 format)isMultipleCellValue: true
: string[]
(ISO 8601 format)
You can use new Date().toISOString()
to get the ISO 8601 time formatisMultipleCellValue: false
: string
(ISO 8601 format)isMultipleCellValue: true
: string[]
(ISO 8601 format)isMultipleCellValue: false
: string
(ISO 8601 format)isMultipleCellValue: true
: string[]
(ISO 8601 format)boolean
isMultipleCellValue: false
: boolean
isMultipleCellValue: true
: boolean[]
number | string
or their array formsnumber
isMultipleCellValue: false
: number
isMultipleCellValue: true
: number[]
isMultipleCellValue: false
: number
isMultipleCellValue: true
: number[]
isMultipleCellValue: false
: { id: string, title: string }
isMultipleCellValue: true
: { id: string, title: string }[]
isMultipleCellValue: false
: { id: string, title: string, email?: string, avatar?: string }
isMultipleCellValue: true
: { id: string, title: string, email?: string, avatar?: string }[]
isMultipleCellValue: false
: { id: string, title: string, email?: string, avatar?: string }
isMultipleCellValue: true
: { id: string, title: string, email?: string, avatar?: string }[]
Example:isMultipleCellValue: false
: { id: string, title: string, email?: string, avatar?: string }
isMultipleCellValue: true
: { id: string, title: string, email?: string, avatar?: string }[]