blessed-components - v1.20.0
    Preparing search index...

    Interface PaginationCharacters

    Character and label tokens used by renderPagination.

    interface PaginationCharacters {
        ellipsis: string;
        first: string;
        last: string;
        next: string;
        previous: string;
    }
    Index

    Properties

    ellipsis: string

    Marker between non-contiguous page ranges.

    first: string

    Label for the first-page control.

    last: string

    Label for the last-page control.

    next: string

    Label for the next-page control.

    previous: string

    Label for the previous-page control.