Type Alias: InkEvent
InkEvent =
"strokes"|"live"
Defined in: stroke-types.ts:98
"strokes": the committed list changed — a commit, an undo, a clear, or a fade-out. "live": a stroke in flight grew (or began, or was cancelled). Discrete human-rate events versus a 60–120 Hz firehose: subscribers throttle the second and never the first (see reactive.ts, which does exactly that).