Types
ThreadHeatmapThreadIdsArgs
Identifies the heatmap slice to retrieve thread ids from. Supply both fields for a single cell (one day-of-week/hour-of-day pair across the range), only hourOfDay for a column (that hour across all days), or only dayOfWeek for a row (that day across all hours). At least one is required in threadIds mode.
input
ThreadHeatmapThreadIdsArgsFields
dayOfWeek
Int
Day of week to pin (1 = Monday … 7 = Sunday, UTC). Omit to span all days.
hourOfDay
Int
Hour of day to pin (0–23, UTC). Omit to span all hours.

