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

    Interface BoxOptions

    Options accepted by the Blessed box adapter.

    interface BoxOptions {
        box?: BoxElementOptions;
        data?: BoxData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, border, padding, and standard Blessed settings.

    data?: BoxData

    Semantic foreground, background, border, and theme configuration.

    parent: Node

    Blessed screen or node receiving the created box.