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

    Interface LabelOptions

    Options accepted by the Blessed label adapter.

    interface LabelOptions {
        box?: LabelBoxOptions;
        data: LabelData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    data: LabelData

    Label content, required marker, suffix, layout policy, theme, and tone.

    parent: Node

    Blessed screen or node receiving the Label.