Editar

Partilhar via


DatahubWizardDialogResult interface

An interface representing the Datahub wizard dialog result

Properties

customStepViewResult

An object representing the custom step view result

datahubCompactViewResult

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

onelakeExplorerMultiResult

An object representing OnelakeExplorerMultiResult (multi selection)

onelakeExplorerResult

An object representing OnelakeExplorerResult (single selection)

Property Details

customStepViewResult

An object representing the custom step view result

customStepViewResult?: Record<string, unknown>

Property Value

Record<string, unknown>

datahubCompactViewResult

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

datahubCompactViewResult?: { selectedDatahubItem?: SelectedDatahubItem[] }

Property Value

{ selectedDatahubItem?: SelectedDatahubItem[] }

onelakeExplorerMultiResult

An object representing OnelakeExplorerMultiResult (multi selection)

onelakeExplorerMultiResult?: OnelakeExplorerMultiResult

Property Value

onelakeExplorerResult

An object representing OnelakeExplorerResult (single selection)

onelakeExplorerResult?: OnelakeExplorerResult

Property Value