dashboard-widget-state
v0.4.2
Published
Shared state for use with dashboard widgets
Downloads
6
Readme
Type definitions for use with interacting with SharedWidgetState injected from dashboard into the widget window.
Typical usage: import { SharedWidgetState } from "dashboard-widget-state"; const sharedDashboardState = (window as any).sharedState as SharedWidgetState;