Interface DropdownFactSheetEntryLabel

DropdownFactSheetEntryLabel defines the alternative structure needed for an UI dropdown entry to be used for UIDropdown. It provides the necessayr information for a query to display a factsheet type and its name

interface DropdownFactSheetEntryLabel {
    factSheetDisplayName: string;
    factSheetId: string;
    factSheetType: string;
}

Properties

factSheetDisplayName: string

factSheetDisplayName shows the factSheetDisplayName, which is a string in the dropdown.

factSheetId: string

factSheetId represents the unique ID of a factSheet.

factSheetType: string

factSheetType is the current factSheetType, f.ex. 'Application'.

Generated using TypeDoc