@patternmeshjs/core
Preparing search index...
FieldDef
Interface FieldDef
interface
FieldDef
{
_hasDefault
:
boolean
;
_kind
:
FieldScalarKind
;
_required
:
boolean
;
defaultFactory
?:
()
=>
unknown
;
enumValues
?:
readonly
string
[]
;
idPrefix
?:
string
;
isImmutable
:
boolean
;
isVersion
:
boolean
;
listItemField
?:
FieldDef
;
objectShape
?:
SchemaRecord
;
recordValueField
?:
FieldDef
;
}
Index
Properties
_
has
Default
_
kind
_
required
default
Factory?
enum
Values?
id
Prefix?
is
Immutable
is
Version
list
Item
Field?
object
Shape?
record
Value
Field?
Properties
Readonly
_
has
Default
_hasDefault
:
boolean
Readonly
_
kind
_kind
:
FieldScalarKind
Readonly
_
required
_required
:
boolean
Optional
Readonly
default
Factory
defaultFactory
?:
()
=>
unknown
Optional
Readonly
enum
Values
enumValues
?:
readonly
string
[]
Optional
Readonly
id
Prefix
idPrefix
?:
string
Readonly
is
Immutable
isImmutable
:
boolean
Readonly
is
Version
isVersion
:
boolean
Optional
Readonly
list
Item
Field
listItemField
?:
FieldDef
Optional
Readonly
object
Shape
objectShape
?:
SchemaRecord
Optional
Readonly
record
Value
Field
recordValueField
?:
FieldDef
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
has
Default
_
kind
_
required
default
Factory
enum
Values
id
Prefix
is
Immutable
is
Version
list
Item
Field
object
Shape
record
Value
Field
@patternmeshjs/core
Loading...