Function movementHelper

  • Bundles a movement change into the provided bundler

    Parameters

    • bundler: Bundler

      The bundler to add the change to

    • entryMuid: Muid

      The muid of the entry to move

    • containerMuid: Muid

      The muid of the container that holds this entry

    • Optionaldest: number

      Destination to move the entry to. If omitted, the entry is removed.

    • Optionalpurge: boolean

      Purge the entry from the internal store?

    Returns Promise<void>