Interface TimelineChangeEvent

interface TimelineChangeEvent {
    reset?: boolean;
    uri: Uri;
}

Properties

Properties

reset?: boolean

A flag which indicates whether the entire timeline should be reset.

uri: Uri

The uri of the resource for which the timeline changed.