Preparing search index...
The search index is not available
mobx-keystone
mobx-keystone
RefinementTypeInfo
Class RefinementTypeInfo
types.refinement
type info.
Hierarchy (
view full
)
TypeInfo
RefinementTypeInfo
Index
Constructors
constructor
Properties
base
Type
check
Function
this
Type
type
Name
Accessors
base
Type
Info
Constructors
constructor
new
Refinement
Type
Info
(
thisType
,
baseType
,
checkFunction
,
typeName
)
:
RefinementTypeInfo
Parameters
thisType
:
AnyStandardType
baseType
:
AnyStandardType
checkFunction
:
(
(
data
:
any
)
=>
null
|
boolean
|
TypeCheckError
)
(
data
)
:
null
|
boolean
|
TypeCheckError
Parameters
data
:
any
Returns
null
|
boolean
|
TypeCheckError
typeName
:
undefined
|
string
Returns
RefinementTypeInfo
Properties
Readonly
base
Type
base
Type
:
AnyStandardType
Readonly
check
Function
check
Function
:
(
(
data
:
any
)
=>
null
|
boolean
|
TypeCheckError
)
Readonly
this
Type
this
Type
:
AnyStandardType
Readonly
type
Name
type
Name
:
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.