@dashweave/external-controls
v0.1.2
Published
External control registry, variable bridge, and refresh bridge for DashWeave.
Maintainers
Readme
@dashweave/external-controls
Headless external control runtime helpers for DashWeave.
Scope
- control manifest registry
- variable bridge for host state injection
- datasource refresh bridge when control outputs change
Usage
import {
createExternalControlRegistry,
registerExternalControlModule,
applyControlValueToVariables,
createExternalControlRefreshBridge,
} from '@dashweave/external-controls'Project-specific control manifests should stay in the host app, not in this package.
