@dxos/react-client
Preparing search index...
echo
ObjectMigration
Type Alias ObjectMigration
type
ObjectMigration
=
{
fromSchema
:
Schema.Schema.AnyNoContext
;
fromType
:
DXN
;
onMigration
:
(
params
:
OnMigrateParams
<
any
,
any
>
)
=>
Promise
<
void
>
;
toSchema
:
Schema.Schema.AnyNoContext
;
toType
:
DXN
;
transform
:
(
from
:
unknown
,
context
:
ObjectMigrationContext
,
)
=>
Promise
<
unknown
>
;
}
Index
Properties
from
Schema
from
Type
on
Migration
to
Schema
to
Type
transform
Properties
from
Schema
fromSchema
:
Schema.Schema.AnyNoContext
from
Type
fromType
:
DXN
on
Migration
onMigration
:
(
params
:
OnMigrateParams
<
any
,
any
>
)
=>
Promise
<
void
>
to
Schema
toSchema
:
Schema.Schema.AnyNoContext
to
Type
toType
:
DXN
transform
transform
:
(
from
:
unknown
,
context
:
ObjectMigrationContext
)
=>
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
Schema
from
Type
on
Migration
to
Schema
to
Type
transform
@dxos/react-client
Loading...