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

    Interface DividerOptions

    Options accepted by the Blessed divider adapter.

    interface DividerOptions {
        box?: BoxElementOptions;
        data?: DividerData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Orientation, label, characters, length, and theme data.

    parent: Node

    Blessed screen or node receiving the Divider.