DatahubSelectorDialogResult interface

An interface representing the datahub selector dialog result

Properties

buttonUserChoiceDatahub

The selected button (DatahubButton).

selectedDatahubItem

the selected Items from the list.

selectedDatahubItemObjectIds

the selected Item object Ids from the list.

Property Details

buttonUserChoiceDatahub

The selected button (DatahubButton).

buttonUserChoiceDatahub?: DatahubButton

Property Value

selectedDatahubItem

the selected Items from the list.

selectedDatahubItem?: SelectedDatahubItem[]

Property Value

selectedDatahubItemObjectIds

the selected Item object Ids from the list.

selectedDatahubItemObjectIds?: string[]

Property Value

string[]