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

    Interface RenderDividerOptions

    Options accepted by renderDivider.

    interface RenderDividerOptions {
        characters?: DividerCharacters;
        label?: string;
        labelAlign?: DividerLabelAlign;
        length: number;
        orientation?: DividerOrientation;
    }
    Index

    Properties

    characters?: DividerCharacters

    Drawing characters.

    { horizontal: '─', vertical: '│' }

    label?: string

    Optional label embedded in a horizontal Divider.

    labelAlign?: DividerLabelAlign

    Horizontal label placement.

    'center'

    length: number

    Total terminal cells or rows occupied by the Divider.

    orientation?: DividerOrientation

    Divider direction.

    'horizontal'