Preparing search index...
The search index is not available
mobx-keystone
mobx-keystone
RefinementTypeInfo
Class RefinementTypeInfo
types.refinement
type info.
Hierarchy (
View Summary
)
TypeInfo
RefinementTypeInfo
Index
Constructors
constructor
Properties
base
Type
check
Function
this
Type
type
Name
Accessors
base
Type
Info
Constructors
constructor
new
RefinementTypeInfo
(
thisType
:
AnyStandardType
,
baseType
:
AnyStandardType
,
checkFunction
:
(
data
:
any
)
=>
null
|
boolean
|
TypeCheckError
,
typeName
:
undefined
|
string
,
)
:
RefinementTypeInfo
Parameters
thisType
:
AnyStandardType
baseType
:
AnyStandardType
checkFunction
:
(
data
:
any
)
=>
null
|
boolean
|
TypeCheckError
typeName
:
undefined
|
string
Returns
RefinementTypeInfo
Properties
Readonly
base
Type
baseType
:
AnyStandardType
Readonly
check
Function
checkFunction
:
(
data
:
any
)
=>
null
|
boolean
|
TypeCheckError
Readonly
this
Type
thisType
:
AnyStandardType
Readonly
type
Name
typeName
:
undefined
|
string
Accessors
base
Type
Info
get
baseTypeInfo
()
:
TypeInfo
Returns
TypeInfo
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
base
Type
check
Function
this
Type
type
Name
Accessors
base
Type
Info
mobx-keystone
Loading...
types.refinement
type info.