• Preparing search index...
  • The search index is not available
discord-js-button-pagination-ts
  • discord-js-button-pagination-ts
  • <internal>
  • Dispatcher
  • DispatchInterceptor

Interface DispatchInterceptor

  • DispatchInterceptor(
        dispatch: (
            options: Dispatcher.DispatchOptions,
            handler: DispatchHandlers,
        ) => boolean,
    ): (
        options: Dispatcher.DispatchOptions,
        handler: DispatchHandlers,
    ) => boolean

    Parameters

    • dispatch: (options: Dispatcher.DispatchOptions, handler: DispatchHandlers) => boolean
        • (options: Dispatcher.DispatchOptions, handler: DispatchHandlers): boolean
        • Dispatches a request. This API is expected to evolve through semver-major versions and is less stable than the preceding higher level APIs. It is primarily intended for library developers who implement higher level APIs on top of this.

          Parameters

          • options: Dispatcher.DispatchOptions
          • handler: DispatchHandlers

          Returns boolean

    Returns (options: Dispatcher.DispatchOptions, handler: DispatchHandlers) => boolean

      • (options: Dispatcher.DispatchOptions, handler: DispatchHandlers): boolean
      • Dispatches a request. This API is expected to evolve through semver-major versions and is less stable than the preceding higher level APIs. It is primarily intended for library developers who implement higher level APIs on top of this.

        Parameters

        • options: Dispatcher.DispatchOptions
        • handler: DispatchHandlers

        Returns boolean

    • Defined in node_modules/undici/types/dispatcher.d.ts:254

Settings

Member Visibility
discord-js-button-pagination-ts
  • Loading...

Generated using TypeDoc