Interface: FetchChartOptions
Inputs to fetchChart.
Properties
Section titled “Properties”intervalMs?
Section titled “intervalMs?”
optionalintervalMs?:number
Poll interval in ms. Defaults to DEFAULT_FETCH_INTERVAL_MS (250ms).
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
External cancellation handle (e.g. request req.signal).
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs?:number
Server-side polling budget in ms. When the entry stays in the processing state past this window, the helper returns the last seen value (still processing) so the client can re-poll. Defaults to DEFAULT_FETCH_TIMEOUT_MS (60s).
userKey
Section titled “userKey”userKey:
string
Identity the chart must belong to. A chart minted under a different key is indistinguishable from an unknown id. Use resolveUserKey.