Interface iTimelineItem<T>

interface iTimelineItem<T> {
    timelineTimes: iUintRange<T>[];
}

Type Parameters

Hierarchy (view full)

Properties

Properties

timelineTimes: iUintRange<T>[]

The times of the timeline item. Times in a timeline cannot overlap.