Tempo API
    Preparing search index...

    Type Alias ResolvedRange

    ResolvedRange: Range & {
        end: Tempo;
        label?: string;
        locale?: Record<string, string | Function>;
        rollover?: string;
        scope?: string;
        start: Tempo;
        unit?: string;
        [str: string]: any;
    }
    🔍 Expanded Type Evaluation (Compiler API)
    type ResolvedRange = Range & { [str: string]: any; start: Tempo; end: Tempo; scope?: string; label?: string; locale?: Record<string, string | Function>; unit?: string; rollover?: string; }

    Range with additional metadata.

    Type Declaration

    • [str: string]: any
    • end: Tempo

      End boundary of the resolved range

    • Optionallabel?: string

      Human-readable label for the range

    • Optionallocale?: Record<string, string | Function>

      Locale-specific translations

    • Optionalrollover?: string

      Rollover behavior for the range

    • Optionalscope?: string

      Scope or category of the term

    • start: Tempo

      Start boundary of the resolved range

    • Optionalunit?: string

      Primary unit for this range