sdk.designprojectsdk
Home > @kittl/sdk > DesignProjectSDK
DesignProjectSDK interface
Main SDK interface for design projects. Provides access to design, workspace, and app state APIs.
Signature:
export interface DesignProjectSDK extends ProjectSDK
Extends: ProjectSDK
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Access to application state APIs (selection, viewport, active tool, etc.) | |||
Access to design manipulation APIs (artboards, objects, text, shapes, etc.) | |||
() => KittlDocument<CrdtDesignState> | undefined | Gets the CRDT document for the design state | ||
() => KittlDocument<WorkspaceState> | undefined | Gets the CRDT document for the workspace state | ||
Access to workspace APIs |