Interface iCustomDataTimeline<T>

interface iCustomDataTimeline<T> {
    customData: string;
    timelineTimes: iUintRange<T>[];
}

Type Parameters

Hierarchy (view full)

Implemented by

Properties

customData: string

Arbitrary custom data.

timelineTimes: iUintRange<T>[]

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