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

    Interface DescriptionListItem

    One term and description pair rendered by renderDescriptionList.

    interface DescriptionListItem {
        term: string;
        description: string | number;
    }
    Index

    Properties

    Properties

    term: string

    Non-empty term identifying the description. Must fit on one line.

    description: string | number

    Description text. Numeric descriptions must be finite.