Workspace pickerSurfaces
Page
Workspace Picker Page from the Workspace picker package.
Loading WorkspacePickerPage…
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 |
|---|---|---|
deviceOptional | "desktop" | "tablet" | "mobile" | — |
pageTitleOptional | string | "Workspaces" |
childrenRequired | StrictChildren<WorkspacePickerChildKind> | — |
defaultOpenOptional | boolean | — |
emptyLabelOptional | string | — |
errorOptional | string | — |
isLoadingOptional | boolean | — |
labelOptional | string | — |
onOpenChangeOptional | ((open: boolean) => void) | — |
onSelectionChangeOptional | ((key: string) => void) | — |
openOptional | boolean | — |
searchLabelOptional | string | — |
searchPlaceholderOptional | string | — |
selectedKeyOptional | string | — |