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

    Function useScheduleBlockRaised

    • Fetch the point-in-time REST baseline for a schedule block against the Play Live schedule API (GET /schedules/campaigns/{id}/raised).

      The baseline includes an asOf server timestamp captured just before the SQL aggregation — anything with completed_at <= asOf is already reflected in raised, so consumers can add a WebSocket delta filtered by completed_at > asOf for a live view without polling. See useCurrentBlockRaised in @playlive/react-pipeline for the fused view.

      Defaults tuned for the baseline pattern: staleTime: Infinity, refetchInterval: false, refetchOnReconnect: false. Override via options if you want a different cadence.

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

      Parameters

      Returns UseFetchResult<ScheduleBlockRaised | undefined>