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

    Interface CalloutBorderCharacters

    Border characters used by renderCallout.

    interface CalloutBorderCharacters {
        bottomLeft: string;
        bottomRight: string;
        horizontal: string;
        topLeft: string;
        topRight: string;
        vertical: string;
    }
    Index

    Properties

    bottomLeft: string

    Bottom-left corner.

    bottomRight: string

    Bottom-right corner.

    horizontal: string

    Horizontal rule.

    topLeft: string

    Top-left corner.

    topRight: string

    Top-right corner.

    vertical: string

    Vertical rule.