Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    Busy: boolean = false

    A control is in flight — buttons disable, they do not vanish.

    Cancel: EventEmitter<void> = ...
    Enabled: boolean = true

    False when the graph has settled or there is nothing to drive.

    Pause: EventEmitter<void> = ...
    Paused: boolean = false

    Graph is claim-gated. Continue / Step show; Pause hides.

    Resume: EventEmitter<void> = ...
    Settled: boolean = false

    Every step is terminal — Play/Step hide; Finished is the state.

    Step: EventEmitter<void> = ...
    StepWave: EventEmitter<void> = ...

    Methods