Interface iStandardsTimeline<T>

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

Type Parameters

Hierarchy (View Summary, Expand)

Implemented by

Properties

standards: string[]

The standards.

timelineTimes: iUintRange<T>[]

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

MMNEPVFCICPMFPCPTTAAATR