Pagination
    Preparing search index...

    Interface ButtonOptions

    Pagination Button Options

    interface ButtonOptions {
        emoji?: ComponentEmojiResolvable;
        label?: string;
        style: PButtonStyle;
    }
    Index

    Properties

    Properties

    emoji?: ComponentEmojiResolvable

    The emoji to use for the button.

    label?: string

    The text to show on the button.

    ""
    

    The style of the button.

    PButtonStyle.Secondary