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

    Interface JobQueueOptions<TItem>

    interface JobQueueOptions<TItem extends JobQueueItem = JobQueueItem> {
        box?: JobQueueBoxOptions;
        data: JobQueueData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    parent: Node