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

    Class CustomDataTimeline

    CustomDataTimeline defines custom data at different timeline times.

    from message badges.CustomDataTimeline

    Hierarchy

    Index

    Constructors

    Properties

    customData: string = ""

    The custom data for a specific timeline element.

    from field: string customData = 1;

    timelineTimes: badges.UintRange[] = []

    The timeline times when the custom data is valid. Can not overlap with other timeline elements in same array.

    from field: repeated badges.UintRange timelineTimes = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.CustomDataTimeline"

    Methods