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

    Interface PreformattedOptions

    Options accepted by the Blessed preformatted adapter.

    interface PreformattedOptions {
        box?: PreformattedBoxOptions;
        data: PreformattedData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Content, viewport policy, theme, and semantic tone.

    parent: Node

    Blessed screen or node receiving the Preformatted block.