Interface iManagerTimeline<T>

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

Type Parameters

Hierarchy (view full)

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.