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

    Interface MutedTextOptions

    Options accepted by the Blessed mutedText adapter.

    interface MutedTextOptions {
        box?: MutedTextBoxOptions;
        data: MutedTextData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Secondary text content, layout policy, theme, and semantic tone.

    parent: Node

    Blessed screen or node receiving the MutedText.