Tempo API
    Preparing search index...

    Function resolveCycleWindow

    Term Plugin API

    Exports the framework utilities and types required for authoring custom Term plugins. This barrel is utilized by external developers building natural-language components.

    • resolveCycleWindow

      Resolves a window of ranges (prev, current, next) around a source date, ensuring all returned ranges are detached clones and validated against the context.

      Parameters

      • source: any
      • template: Range[] | Record<string, Range[]>
      • __namedParameters: resolveOptions = {}

      Returns Range[]