workflow.configurable.md
April 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > Configurable
Configurable interface
Implement this to signal that your resource is configurable. Implementors must supply their own management of the config object/observable. See the webapp's TestAppResource for an example.
Signature:
export interface Configurable<T = unknown>
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| config | T | ||
| config$ | Observable<T> |