OnelakeExplorerConfig interface
An interface representing the configuration of the OneLake explorer
Properties
apply |
the SchemaDiscovery for the Onelake explorer - display schema and table icons |
apply |
the TableDiscovery for the Onelake explorer - display table icon |
are |
Whether to select Files or Tables - default is 'true' |
auto |
autoSelectChildNode enables selection of child node on parent node checked |
check |
the CheckMode for the Onelake explorer - none / single (Radio button) / multi select (Checkbox) |
disable |
disable only external shortcuts in browse |
disable |
disable only internal shortcuts in browse |
disable |
disable all shortcuts in browse |
expansion |
expansionLevel decides to provide expansion upto N levels |
folder |
disabled tooltip message for folders |
include |
Whether to show Onelake icon - default is 'true' |
localized |
Localized content title |
multi |
maximum number of items that can be selected simultaneously |
multi |
error message displayed when the number of selected items exceeds the allowed threshold |
onelake |
Onelake explorer types |
onelake |
Onelake explorer item |
selected |
pre selected tree items |
show |
show files and folder for explorer dialog. - default is 'false' |
skip |
the skip node diable feature based on SchemaDiscovery or TableDiscovery |
table |
disabled tooltip message for tables |
Property Details
applySchemaDiscovery
the SchemaDiscovery for the Onelake explorer - display schema and table icons
applySchemaDiscovery?: boolean
Property Value
boolean
applyTableDiscovery
the TableDiscovery for the Onelake explorer - display table icon
applyTableDiscovery?: boolean
Property Value
boolean
areRootNodesCheckable
Whether to select Files or Tables - default is 'true'
areRootNodesCheckable?: boolean
Property Value
boolean
autoSelectChildNode
autoSelectChildNode enables selection of child node on parent node checked
autoSelectChildNode?: boolean
Property Value
boolean
checkMode
the CheckMode for the Onelake explorer - none / single (Radio button) / multi select (Checkbox)
checkMode?: OnelakeExplorerCheckMode
Property Value
disableExternalShortcuts
disable only external shortcuts in browse
disableExternalShortcuts?: boolean
Property Value
boolean
disableInternalShortcuts
disable only internal shortcuts in browse
disableInternalShortcuts?: boolean
Property Value
boolean
disableShortcuts
disable all shortcuts in browse
disableShortcuts?: boolean
Property Value
boolean
expansionLevel
expansionLevel decides to provide expansion upto N levels
expansionLevel?: number
Property Value
number
folderTooltipMessage
disabled tooltip message for folders
folderTooltipMessage?: string
Property Value
string
includeTitleIcon
Whether to show Onelake icon - default is 'true'
includeTitleIcon?: boolean
Property Value
boolean
localizedContentTitle
Localized content title
localizedContentTitle?: string
Property Value
string
multiSelectThreshold
maximum number of items that can be selected simultaneously
multiSelectThreshold?: number
Property Value
number
multiSelectThresholdError
error message displayed when the number of selected items exceeds the allowed threshold
multiSelectThresholdError?: string
Property Value
string
onelakeExplorerTypes
Onelake explorer types
onelakeExplorerTypes?: OnelakeExplorerType[]
Property Value
onelakeItem
selectedTreeItems
pre selected tree items
selectedTreeItems?: OnelakeExplorerData[]
Property Value
showFilesFolder
show files and folder for explorer dialog. - default is 'false'
showFilesFolder?: boolean
Property Value
boolean
skipBrowseNodeDisable
the skip node diable feature based on SchemaDiscovery or TableDiscovery
skipBrowseNodeDisable?: boolean
Property Value
boolean
tableTooltipMessage
disabled tooltip message for tables
tableTooltipMessage?: string
Property Value
string