sdk.appstatesdk
Home > @kittl/sdk > AppStateSDK
AppStateSDK interface
SDK interface for application state operations. Provides access to selection, viewport, active tool, and other UI state management.
Signature:
export interface AppStateSDK extends ViewController<AppState, AppStateAPI>
Extends: ViewController<AppState, AppStateAPI>