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

    Interface TerminalPaneOptions

    Options accepted by the Blessed terminalPane adapter.

    interface TerminalPaneOptions {
        box?: TerminalPaneBoxOptions;
        data?: TerminalPaneData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Output, status, rendering, and callback configuration.

    parent: Node

    Blessed screen or node receiving the created box.