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

    Interface KeyValueOptions

    Options accepted by the Blessed keyValue adapter.

    interface KeyValueOptions {
        box?: KeyValueBoxOptions;
        data: KeyValueData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Data passed to the pure renderKeyValue renderer.

    parent: Node

    Blessed screen or node that receives the created box.