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

    Interface CodeOptions

    Options accepted by the Blessed code adapter.

    interface CodeOptions {
        box?: CodeBoxOptions;
        data: CodeData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data: CodeData

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

    parent: Node

    Blessed screen or node receiving the Code.