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

    Interface JobQueueRenderResult

    Rendered queue content and the job ids visible after clipping.

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

    Properties

    content: string
    visibleItemIds: readonly string[]