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

    Interface RenderTaskRunnerOptions

    Options accepted by renderTaskRunner.

    interface RenderTaskRunnerOptions {
        activeTask?: string;
        height?: number;
        tasks: readonly TaskRunnerTask[];
        width?: number;
    }
    Index

    Properties

    activeTask?: string
    height?: number
    tasks: readonly TaskRunnerTask[]
    width?: number