• Capture the current statechart configuration.

    Parameters

    Returns StatechartConfiguration

    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.