CustomDataTimeline defines custom data at different timeline times.

from message badges.CustomDataTimeline

Hierarchy

Constructors

Properties

customData: string = ""

The custom data for a specific timeline element.

from field: string customData = 1;

timelineTimes: proto.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" = "badges.CustomDataTimeline"

Methods