SDK JS
    Preparing search index...

    One contiguous span of the day in a single BandPhase, as produced by computeTimelineBands.

    interface TimelineBand {
        color: string;
        endMin: number;
        phase: BandPhase;
        startMin: number;
    }
    Index

    Properties

    color: string

    A representative CSS color for the band (used to paint the gradient scrubber track).

    endMin: number

    Band end, as a local solar minute-of-day in [0, 1440].

    phase: BandPhase

    The lighting phase covering this span.

    startMin: number

    Band start, as a local solar minute-of-day in [0, 1440].