Pagination
    Preparing search index...

    Interface LabelOptions

    Labels for the pagination buttons

    interface LabelOptions {
        firstLabel: string;
        lastLabel: string;
        nextLabel: string;
        prevLabel: string;
    }
    Index

    Properties

    firstLabel: string

    The label to use for the first button.

    ""
    
    lastLabel: string

    The label to use for the last button.

    ""
    
    nextLabel: string

    The label to use for the next button.

    ""
    
    prevLabel: string

    The label to use for the previous button.

    ""