Interface DiscontinuationEvent

Event during input recording where the earlier and later events are no longer continuous, e.g. after a pause/resume.

interface DiscontinuationEvent {
    type: "discontinuation";
    time: EventTime;
}

Properties

Properties

type: "discontinuation"

Discriminator marking this as a discontinuation event.

time: EventTime

Time the event occurred in the recording.

Generated using TypeDoc