Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CreatePaginatorRequest<I>

Type parameters

  • I

Hierarchy

  • CreatePaginatorRequest

Index

Constructors

Properties

asyncMapper?: (item: I) => Promise<I>

Type declaration

    • (item: I): Promise<I>
    • Parameters

      • item: I

      Returns Promise<I>

contentName: string
mapper?: (item: I) => I

Type declaration

    • (item: I): I
    • Parameters

      • item: I

      Returns I

onError?: (error: StompXError) => void

Type declaration

    • (error: StompXError): void
    • Parameters

      • error: StompXError

      Returns void

parameters?: Record<string, unknown>
relay: string
stompX: default

Generated using TypeDoc