Options
All
  • Public
  • Public/Protected
  • All
Menu

Module PaginationEmbed

Type aliases

DisabledNavigationEmojis

DisabledNavigationEmojis: NavigationEmojiIdentifier[]

PageIndicatorCaster

PageIndicatorCaster: function

Function to pass to the instance for page indicator formatting.

Default:

 (page, pages) => `Page ${page} of ${pages}`

Type declaration

    • (page: number, pages: number): string
    • Parameters

      • page: number
      • pages: number

      Returns string

Generated using TypeDoc