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

    Interface LogViewerOptions

    Options accepted by the Blessed logViewer adapter.

    interface LogViewerOptions {
        box?: LogViewerBoxOptions;
        data?: LogViewerData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Entries, retention, rendering, and callback configuration.

    parent: Node

    Blessed screen or node receiving the created box.