@patternmeshjs/core
Preparing search index...
FieldMeta
Interface FieldMeta
interface
FieldMeta
{
allowAdd
:
boolean
;
allowRemove
:
boolean
;
attrName
:
string
;
defaultFactory
?:
()
=>
unknown
;
enumValues
?:
readonly
string
[]
;
hasDefault
:
boolean
;
idPrefix
?:
string
;
immutable
:
boolean
;
isDerived
:
boolean
;
isIdentity
:
boolean
;
isInternalLogical
:
boolean
;
isVersion
:
boolean
;
kind
:
FieldScalarKind
;
required
:
boolean
;
}
Index
Properties
allow
Add
allow
Remove
attr
Name
default
Factory?
enum
Values?
has
Default
id
Prefix?
immutable
is
Derived
is
Identity
is
Internal
Logical
is
Version
kind
required
Properties
Readonly
allow
Add
allowAdd
:
boolean
Readonly
allow
Remove
allowRemove
:
boolean
Readonly
attr
Name
attrName
:
string
Optional
Readonly
default
Factory
defaultFactory
?:
()
=>
unknown
Optional
Readonly
enum
Values
enumValues
?:
readonly
string
[]
Readonly
has
Default
hasDefault
:
boolean
Optional
Readonly
id
Prefix
idPrefix
?:
string
Readonly
immutable
immutable
:
boolean
Readonly
is
Derived
isDerived
:
boolean
Readonly
is
Identity
isIdentity
:
boolean
Readonly
is
Internal
Logical
isInternalLogical
:
boolean
Readonly
is
Version
isVersion
:
boolean
Readonly
kind
kind
:
FieldScalarKind
Readonly
required
required
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Add
allow
Remove
attr
Name
default
Factory
enum
Values
has
Default
id
Prefix
immutable
is
Derived
is
Identity
is
Internal
Logical
is
Version
kind
required
@patternmeshjs/core
Loading...