Interface iManagerTimeline<T>

interface iManagerTimeline<T extends NumberType> {
    manager: string;
    timelineTimes: iUintRange<T>[];
}

Type Parameters

Hierarchy (View Summary, Expand)

Implemented by

Properties

manager: string

The manager of the collection.

timelineTimes: iUintRange<T>[]

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

MMNEPVFCICPMFPCPTTAAATR