Snapshot of the composite statechart's current configuration.

interface StatechartConfiguration {
    commitCount: number;
    engine: EngineState;
    graphTime: number;
}

Properties

commitCount: number

The number of commits observed since the configuration started.

engine: EngineState

Current configuration of the Engine orthogonal region.

graphTime: number

Current GraphTime, exposed for UI labelling.