Optional component wrappers and utilities for state management;
exported in the main panel module for convenience.
- Source:
Example
// direct top-level import
import {ProxyComponent, StateController} from 'panel';
// module import
import {ComponentUtils} from 'panel';
const {ProxyComponent, StateController} = ComponentUtils;
Members
(static) StateController
StateController class, to be subclassed by apps
- Source:
(static) StateStore
A simple subscribable state store
- Source: