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

    Interface KeyValueItem

    One labeled value rendered by renderKeyValue.

    interface KeyValueItem {
        key: string;
        value: string | number;
    }
    Index

    Properties

    Properties

    key: string

    Non-empty label identifying the value. Must fit on one line.

    value: string | number

    Display value. Numeric values must be finite.