SubfolderPickerResult interface

An interface representing the result that is returned from picker when picker is closed

Properties

selectedItems

Information of selected items which include subfolders and items. Only available when allowSelectItemTypes has values in OpenSubfolderPickerDialogConfig.

selectedItemsMetadata

Information of selected items which include subfolders and items Only available when allowSelectItemTypes has values in OpenSubfolderPickerDialogConfig

selectedSubfolderId

Selected subfolder id. If in the workspace root, the value will be undefined.

selectedSubfolderPath

Selected subfolder path. If in the workspace root, the value will be undefined.

selectedWorkspaceName

Selected workspace name.

selectedWorkspaceObjectId

Selected workspace object id.

semanticInputValue

Text of input box

Property Details

selectedItems

Warning

This API is now deprecated.

Use selectedItemsMetadata instead.

Information of selected items which include subfolders and items. Only available when allowSelectItemTypes has values in OpenSubfolderPickerDialogConfig.

selectedItems?: SubfolderPickerSelectedItems

Property Value

selectedItemsMetadata

Information of selected items which include subfolders and items Only available when allowSelectItemTypes has values in OpenSubfolderPickerDialogConfig

selectedItemsMetadata?: SelectedItemMetadata[]

Property Value

selectedSubfolderId

Selected subfolder id. If in the workspace root, the value will be undefined.

selectedSubfolderId?: number

Property Value

number

selectedSubfolderPath

Selected subfolder path. If in the workspace root, the value will be undefined.

selectedSubfolderPath?: string

Property Value

string

selectedWorkspaceName

Selected workspace name.

selectedWorkspaceName: string

Property Value

string

selectedWorkspaceObjectId

Selected workspace object id.

selectedWorkspaceObjectId: string

Property Value

string

semanticInputValue

Text of input box

semanticInputValue?: string

Property Value

string