Interface iStandardsTimeline<T>

interface iStandardsTimeline<T> {
    standards: string[];
    timelineTimes: iUintRange<T>[];
}

Type Parameters

Hierarchy (view full)

Implemented by

Properties

standards: string[]

The standards.

timelineTimes: iUintRange<T>[]

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