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

    Interface iStandardsTimeline<T>

    interface iStandardsTimeline<T extends NumberType> {
        standards: string[];
        timelineTimes: iUintRange<T>[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    standards: string[]

    The standards.

    timelineTimes: iUintRange<T>[]

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