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

    Interface PagerOptions

    Options accepted by the Blessed pager adapter.

    interface PagerOptions {
        box?: PagerBoxOptions;
        data: PagerData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data: PagerData

    Page state, renderer options, and change listener.

    parent: Node

    Blessed screen or node receiving the created box.