Picker
Workspace Picker from the Workspace picker package.
Loading WorkspacePicker…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
childrenRequired | StrictChildren<WorkspacePickerChildKind> | — |
defaultOpenOptional | boolean | false |
emptyLabelOptional | string | "No matching workspaces" |
errorOptional | string | — |
isLoadingOptional | boolean | false |
labelOptional | string | "Switch workspace" |
onOpenChangeOptional | ((open: boolean) => void) | — |
onSelectionChangeOptional | ((key: string) => void) | — |
openOptional | boolean | — |
searchLabelOptional | string | "Search workspaces" |
searchPlaceholderOptional | string | "Search workspaces" |
selectedKeyOptional | string | — |