Type alias TimelineStep

TimelineStep: number | "today" | DateStep | MilestoneStep

TimelineStep defines a selection in the UIImpactTimeline element. The TimelineStep value can be of different types.

The numeric value defines a single interval step in the timeline, used for relative timelines. The 'today' value defines the current point in time. DateStep value defines a single date. MilestoneStep defines a point referenced by a Milestone of the BTM Fact Sheet.

Generated using TypeDoc