Interfaces

FlowchartOptions

Interface: FlowchartOptions

Defined in: src/recorders/observability/FlowchartRecorder.ts:184

Properties

onUpdate?

readonly optional onUpdate?: (graph) => void

Defined in: src/recorders/observability/FlowchartRecorder.ts:187

Called each time the graph changes; fires synchronously on the driving event so the UI updates the moment the structure changes.

Parameters

graph

StepGraph

Returns

void

On this page