Interface UIImpactTimeline

UIImpactTimeline defines the configuration of a timeline element to be displayed on top of the report's toolbar. The UIImpactTimeline describes a timeline in scope of a specific BTM Fact Sheet. Fact Sheets used in this timeline configuration, which are no valid BTM fact sheets can't be displayed in the timeline.

interface UIImpactTimeline {
    multiSelection?: boolean;
    type: "impact";
    value: UIImpactTimelineValue;
}

Properties

multiSelection?: boolean

Allow selection of multiple points in the timeline by holding the Shift key.

type: "impact"

The value of the impact timeline.

Generated using TypeDoc