Skip to content

Interface: CellContext<T>

Defined in: cell.ts:48

Type Parameters

T

T

Properties

previous

previous: T | undefined

Defined in: cell.ts:54

The previous settled value, if any — useful for warm starts.


progress

progress: (fraction) => void

Defined in: cell.ts:52

Report progress in [0, 1]; resets to undefined at the start of each run.

Parameters

fraction

number

Returns

void


signal

signal: AbortSignal

Defined in: cell.ts:50

Aborted when a newer run supersedes this one, or the owner is disposed.