Capture the current statechart configuration.
The engine to inspect.
A StatechartConfiguration for the current GraphTime.
In a single-threaded JS engine, by the time a synchronous read returns the engine is always in Idle between commits — so this function is a snapshot, not a stream. For a streaming view, layer it with commitLog and re-render on each commit.
Idle
commitLog
Capture the current statechart configuration.