Interface FactSheetSelectionConfig

interface FactSheetSelectionConfig {
    attributes: string[];
    factSheetType?: string;
    mode: "SINGLE" | "MULTIPLE";
}

Properties

attributes: string[]

Attributes of each Fact Sheet to be returned

factSheetType?: string

Restrict selection possibilities to this Fact Sheet type.

mode: "SINGLE" | "MULTIPLE"

Should it be possible to select one Fact Sheet or several Fact Sheets?

Generated using TypeDoc