Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WildcardCallback<A>

Callback that executes when any vacancy is found.

Type parameters

  • A

    The type of object that you'll dispatch to your app.

Callable

  • Callback that executes when any vacancy is found.

    Parameters

    • vacancy: string

      The vacancy that was found.

    • dispatch: Dispatcher<A>

      Dispatches data to your app.

    • exit: ExitPromise

      Called when all matching vacancies have left the DOM.

    Returns void | Promise<void>

Generated using TypeDoc