@sqlrooms/room-shell / RoomStateProps
Type Alias: RoomStateProps<PC>
RoomStateProps<
PC>:object
Type Parameters
| Type Parameter |
|---|
PC |
Type declaration
| Name | Type |
|---|---|
initialized | boolean |
lastSavedConfig | PC | undefined |
tasksProgress | Record<string, TaskProgress> |
captureException | (exception, captureContext?) => void |
