Magek Framework
GitHub
Preparing search index...
toVersion
Function toVersion
toVersion
<
TOldSchema
,
TNewSchema
>
(
toVersion
:
number
,
props
:
{
fromSchema
:
Class
<
TOldSchema
>
;
toSchema
:
Class
<
TNewSchema
>
}
,
)
:
(
method
:
Function
,
context
:
MethodDecoratorContext
)
=>
void
Decorator to tell Magek the version you are migrating to.
Uses TC39 Stage 3 decorators.
Type Parameters
TOldSchema
TNewSchema
Parameters
toVersion
:
number
props
:
{
fromSchema
:
Class
<
TOldSchema
>
;
toSchema
:
Class
<
TNewSchema
>
}
Returns
(
method
:
Function
,
context
:
MethodDecoratorContext
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
Magek Framework
Loading...
Decorator to tell Magek the version you are migrating to.
Uses TC39 Stage 3 decorators.