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

PropertyModifiersTypeDescription
configT
config$Observable<T>

Contents

  1. 1Configurable interface
  2. 2Properties