Home > @datashaper/workflow > Configurable
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> | Property | Modifiers | Type | Description |
|---|---|---|---|
| config | T | ||
| config$ | Observable<T> |