Interface UIImpactSourcePickerBeta

UIImpactSourcePicker is a button UI element.

On click, a modal is opened, which allows to select multiple Fact Sheets with associated impacts, to be used in the report. The associated value of the UIImpactSourcePicker is an object of type ImpactSourcePickerValues, describing an array of Fact Sheets with id and type or an object with filters used. If no entry is selected, omit the value entry in the UIElementValues.

interface UIImpactSourcePicker {
    id: string;
    type: "impactSourcePicker";
}

Hierarchy

Properties

Properties

id: string
type: "impactSourcePicker"

Generated using TypeDoc