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

    Interface PaginationOptions

    Options accepted by the Blessed pagination adapter.

    interface PaginationOptions {
        box?: PaginationBoxOptions;
        data: PaginationData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Page state, renderer options, and change listener.

    parent: Node

    Blessed screen or node receiving the created box.