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

    Interface RenderBuildStatusOptions

    Options accepted by renderBuildStatus.

    interface RenderBuildStatusOptions {
        build: string;
        height?: number;
        phases: readonly BuildStatusPhase[];
        status?: BuildPhaseStatus;
        width?: number;
    }
    Index

    Properties

    build: string

    Build id, job name, or command.

    height?: number

    Maximum rendered height.

    phases: readonly BuildStatusPhase[]

    Build phases.

    Overall status. Defaults to last phase status.

    width?: number

    Maximum terminal-cell width of each line.