Interface SuggestionsDisplayedEvent

interface SuggestionsDisplayedEvent {
    baseFactSheetType?: string;
    hasSuggestions: boolean;
    reportType: string;
    type: "SuggestionsDisplayed";
}

Properties

baseFactSheetType?: string
hasSuggestions: boolean
reportType: string
type: "SuggestionsDisplayed"

Generated using TypeDoc