Interface iIsArchivedTimeline<T>

interface iIsArchivedTimeline<T> {
    isArchived: boolean;
    timelineTimes: iUintRange<T>[];
}

Type Parameters

Hierarchy (view full)

Implemented by

Properties

isArchived: boolean

Whether the collection is archived.

timelineTimes: iUintRange<T>[]

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