Interface MomentMarkerChangeEvent

interface MomentMarkerChangeEvent {
    oldTimeObservation: MomentObservation;
    timeObservation: MomentObservation;
}

Hierarchy (View Summary)

Properties

oldTimeObservation: MomentObservation
timeObservation: MomentObservation