• Used to pause navigation while performing CRUD operations

    Parameters

    • props: {
          [key: string]: any;
      }

      Object that contains the handler

      • [key: string]: any
    • when: boolean

      Indicates when beforeunload logic should be triggered

    Returns void

Generated using TypeDoc