Preparing search index...
@universe-dg/sdk
Universe
Platform
Model
BaseOptions
Type Alias BaseOptions
Public
type
BaseOptions
=
{
allowNull
?:
boolean
;
defaultValue
?:
any
;
label
?:
()
=>
string
;
needObserve
?:
boolean
;
persist
?:
boolean
;
primaryKey
?:
boolean
;
unique
?:
boolean
;
validators
?:
()
=>
IFieldValidator
[]
;
}
Index
Properties
allow
Null?
default
Value?
label?
need
Observe?
persist?
primary
Key?
unique?
validators?
Properties
Optional
allow
Null
allowNull
?:
boolean
Optional
default
Value
defaultValue
?:
any
Optional
label
label
?:
()
=>
string
Optional
need
Observe
needObserve
?:
boolean
Optional
persist
persist
?:
boolean
Optional
primary
Key
primaryKey
?:
boolean
Optional
unique
unique
?:
boolean
Optional
validators
validators
?:
()
=>
IFieldValidator
[]
On This Page
Properties
allow
Null
default
Value
label
need
Observe
persist
primary
Key
unique
validators
Юниверс DG SDK UI
Loading...
Public