DatahubWizardDialogResult interface

An interface representing the Datahub wizard dialog result

Properties

datahubCompactViewResult

An object with selectedDatahubItem as key, and the value is collection of SelectedDatahubItem[]

onelakeExplorerResult

An object representing OnelakeExplorerResult

Property Details

datahubCompactViewResult

An object with selectedDatahubItem as key, and the value is collection of SelectedDatahubItem[]

datahubCompactViewResult?: { selectedDatahubItem?: SelectedDatahubItem[] }

Property Value

{ selectedDatahubItem?: SelectedDatahubItem[] }

onelakeExplorerResult

An object representing OnelakeExplorerResult

onelakeExplorerResult?: OnelakeExplorerResult

Property Value