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

    Interface PagerLabels

    Labels and markers used by renderPager.

    interface PagerLabels {
        next: string;
        previous: string;
        statusSeparator: string;
    }
    Index

    Properties

    next: string

    Label for moving to the next page or record.

    previous: string

    Label for moving to the previous page or record.

    statusSeparator: string

    Separator between current page and page count.