• Migrate module compendia.

    Convenience wrapper for migrateCompendiums.

    Parameters

    • Optional options: {
          dialog: undefined | object;
          state: undefined | MigrationState;
          unlock: undefined | boolean;
      } = {}

      Additional options

      • dialog: undefined | object

        Dialog options. Falsy disables the dialog.

      • state: undefined | MigrationState
      • unlock: undefined | boolean

        Unlock compendiums

    Returns Promise<void>

Generated using TypeDoc