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

    Interface DividerCharacters

    Characters used to draw horizontal and vertical Dividers.

    interface DividerCharacters {
        horizontal: string;
        vertical: string;
    }
    Index

    Properties

    Properties

    horizontal: string

    Character repeated by horizontal Dividers.

    vertical: string

    Character repeated by vertical Dividers.