Options
All
  • Public
  • Public/Protected
  • All
Menu

Module hooks/usePendingAction

Functions

Functions

Const usePendingAction

  • React Hook returning pending action of currently logged user, or undefined if there is no pending action. Whenever the logged user changes or his pending action is created/updated/deleted, this hook causes rerender of calling component with this pending action.

    Returns ActionInfo | undefined

    Pending action of currently logged user, or undefined when there is none

Generated using TypeDoc