@shopify/cli-kit
    Preparing search index...

    Interface RenderConcurrentOptions

    interface RenderConcurrentOptions {
        abortSignal?: AbortSignal;
        keepRunningAfterProcessesResolve?: boolean;
        prefixColumnSize?: number;
        processes: OutputProcess[];
        renderOptions?: RenderOptions;
        showTimestamps?: boolean;
        useAlternativeColorPalette?: boolean;
    }

    Hierarchy

    • PartialBy<ConcurrentOutputProps, "abortSignal">
      • RenderConcurrentOptions
    Index

    Properties

    abortSignal?: AbortSignal
    keepRunningAfterProcessesResolve?: boolean
    prefixColumnSize?: number
    processes: OutputProcess[]
    renderOptions?: RenderOptions
    showTimestamps?: boolean
    useAlternativeColorPalette?: boolean