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

    Interface CommandLogRenderResult

    Rendered content plus ids visible after height clipping.

    interface CommandLogRenderResult {
        content: string;
        visibleItemIds: readonly string[];
    }
    Index

    Properties

    content: string
    visibleItemIds: readonly string[]