Interface UIImpactSourcePickerFilterValueBeta

Object, describing filter value from impact source picker modal. The fact sheets array are the corresponding fact sheets of the filters defined, that are returned from Pathfinder.

interface UIImpactSourcePickerFilterValue {
    factSheets?: UIImpactSourcePickerFactSheet[];
    filter: UIImpactSourcePickerFilter;
}

Properties

Properties

Generated using TypeDoc