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

    Interface LegendOptions

    Options accepted by the Blessed legend adapter.

    interface LegendOptions {
        box?: LegendBoxOptions;
        data: LegendData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    Data passed to the pure renderLegend renderer.

    parent: Node

    Blessed screen or node receiving the created box.