WorkspacePicker()
Home > @gooddata/sdk-ui-application-header > WorkspacePicker
WorkspacePicker() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export declare function WorkspacePicker({ backend, userId, selectedWorkspace, onWorkspaceSelect, onHomepageLinkClick }: IWorkspacePickerProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ backend, userId, selectedWorkspace, onWorkspaceSelect, onHomepageLinkClick } |
Returns:
import("react/jsx-runtime").JSX.Element