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

    Interface iCustomDataTimeline<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    customData: string

    Arbitrary custom data.

    timelineTimes: iUintRange<T>[]

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