Function: WorkspaceProvider()
WorkspaceProvider(
props):Element
Defined in: src/workspace/workspaceProvider.tsx:158
Top-level component to mount and provide specified workspace context to the child UI components.
Parameters
| Parameter | Type | Description |
|---|---|---|
| { | ‐ |
|
| Component children. |
| ( | Handler to run when the context is mounted and UI components are ready. See |
| Workspace context to provide to the child UI components. |
Returns
Element