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

    Interface TextOptions

    Options accepted by the Blessed text adapter.

    interface TextOptions {
        box?: TextBoxOptions;
        data: TextData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data: TextData

    Text content, layout policy, theme, and semantic tone.

    parent: Node

    Blessed screen or node receiving the created box.