Interface UIImpactTimelineValue

UIImpactTimelineValue defines the current value of a UIImpactTimeline.

interface UIImpactTimelineValue {
    factSheets: UIImpactTimelineFactSheetValue[];
    filter?: UIImpactSourcePickerFilterValue;
    selectedPoints: TimelineStep[];
}

Properties

Source Fact Sheets where the timeline dates is read from.

Filters used from Impact Source Picker to create the timeline.

selectedPoints: TimelineStep[]

Selected timeline points.

Generated using TypeDoc