Interface UIImpactTimelineFactSheetValue

UIImpactTimelineFactSheetValue defines the structure of the BTM Fact Sheet to be used for the UIImpactTimeline selection value.

interface UIImpactTimelineFactSheetValue {
    id: string;
    type: string;
}

Properties

Properties

id: string

Fact Sheet ID of the BTM Fact Sheet containing a collection of impacts.

type: string

Fact Sheet type.

Generated using TypeDoc