bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iIsArchivedTimeline<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    isArchived: boolean

    Whether the collection is archived.

    timelineTimes: iUintRange<T>[]

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