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

    Interface iTimelineItem<T>

    interface iTimelineItem<T extends NumberType> {
        timelineTimes: iUintRange<T>[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    timelineTimes: iUintRange<T>[]

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