Skip to main content

sdk.workspacesdk

Home > @kittl/sdk > WorkspaceSDK

WorkspaceSDK interface

SDK interface for workspace operations. Currently minimal but will be expanded.

Signature:

export interface WorkspaceSDK extends ViewController<WorkspaceState, WorkspaceAPI> 

Extends: ViewController<WorkspaceState, WorkspaceAPI>