DatahubSelectorDialogResult interface
An interface representing the datahub selector dialog result
Properties
button |
The selected button (DatahubButton). |
selected |
the selected Items from the list. |
selected |
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[]