@playlive/react-data
    Preparing search index...

    Function useScheduleBlockRaised

    • Fetch the point-in-time REST baseline for a schedule block against the Play Live schedule API. See @playlive/react-query's counterpart for the full docblock and the useCurrentBlockRaised fusion hook in @playlive/react-pipeline for the live view.

      Defaults tuned for a baseline: polling disabled (refetchInterval: false) since the value is anchored to asOf. Callers can override via options.

      Auto-disables when any of campaignId / start / end is nullish.

      Parameters

      Returns UseFetchResult<ScheduleBlockRaised | null>