@discordx/pagination
    Preparing search index...

    Interface SelectMenuOptions

    interface SelectMenuOptions {
        disabled?: boolean;
        labels?: { end?: string; start?: string };
        menuId?: string;
        pageText?: string | string[];
        rangePlaceholderFormat?: string;
    }
    Index

    Properties

    disabled?: boolean

    Whether to show select menu in the pagination row.

    labels?: { end?: string; start?: string }

    Various labels

    menuId?: string

    custom select menu id (default: 'discordx@pagination@menu')

    pageText?: string | string[]

    Define page text, use {page} to print page number Different page texts can also be defined for different items using arrays

    rangePlaceholderFormat?: string

    Custom range placeholder format Use {start}, {end}, and {total} as placeholders