Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ColumnSchema
Type Alias ColumnSchema
type
ColumnSchema
=
{
allowNull
?:
boolean
;
columnType
:
ColumnType
;
defaultValue
?:
unknown
;
enumValues
?:
string
[]
;
filterOperators
?:
Set
<
Operator
>
;
isPrimaryKey
?:
boolean
;
isReadOnly
?:
boolean
;
isSortable
?:
boolean
;
type
:
"Column"
;
validation
?:
ColumnSchemaValidation
;
}
Index
Properties
allow
Null?
column
Type
default
Value?
enum
Values?
filter
Operators?
is
Primary
Key?
is
Read
Only?
is
Sortable?
type
validation?
Properties
Optional
allow
Null
allowNull
?:
boolean
column
Type
columnType
:
ColumnType
Optional
default
Value
defaultValue
?:
unknown
Optional
enum
Values
enumValues
?:
string
[]
Optional
filter
Operators
filterOperators
?:
Set
<
Operator
>
Optional
is
Primary
Key
isPrimaryKey
?:
boolean
Optional
is
Read
Only
isReadOnly
?:
boolean
Optional
is
Sortable
isSortable
?:
boolean
type
type
:
"Column"
Optional
validation
validation
?:
ColumnSchemaValidation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Null
column
Type
default
Value
enum
Values
filter
Operators
is
Primary
Key
is
Read
Only
is
Sortable
type
validation
Forest Admin - API reference
Loading...