WeivData API Reference | ExWeiv Apps
    Preparing search index...

    Function afterPull

    • Type Parameters

      Parameters

      • item: CItem

        The updated item with pull.

      • context: HookContext

        The item to return to pull() instead of the updated item. Returning a rejected promise will not block the operation, but will return a rejected promise to the caller as well as trigger the onFailure() hook.

      Returns Record<string, any> | Promise<Record<string, any>>

      A hook that is triggered after a pull() operation.