Type alias MigrationCallback

MigrationCallback: ((oldRealm, newRealm) => void)

Type declaration

    • (oldRealm, newRealm): void
    • A function which can be called to migrate a Realm from one version of the schema to another.

      Parameters

      Returns void

Generated using TypeDoc