Pagination
    Preparing search index...

    Interface EmojiOptions

    Emojis of the pagination buttons

    interface EmojiOptions {
        firstEmoji: ComponentEmojiResolvable;
        lastEmoji: ComponentEmojiResolvable;
        nextEmoji: ComponentEmojiResolvable;
        prevEmoji: ComponentEmojiResolvable;
    }

    Hierarchy (View Summary)

    Index

    Properties

    firstEmoji: ComponentEmojiResolvable

    The emoji to use for the first button.

    "⏮"
    
    lastEmoji: ComponentEmojiResolvable

    The emoji to use for the last button.

    "⏭"
    
    nextEmoji: ComponentEmojiResolvable

    The emoji to use for the next button.

    "▶️"
    
    prevEmoji: ComponentEmojiResolvable

    The emoji to use for the previous button.

    "◀️"