Skip to content

ISourceConfigurable

Defined in: core/source/iconfig.ts:9

applyConfig(configObj): any

Defined in: core/source/iconfig.ts:44

param: config

Requests the source to save a configuration. This makes the source emit the apply-config event.

Chainable.

any

any


loadConfig(): Promise<any>

Defined in: core/source/iconfig.ts:15

return: Promise

Gets the configuration JSON

Promise<any>


requestSaveConfig(configObj): any

Defined in: core/source/iconfig.ts:34

param: config

Requests the source to save a configuration. This makes the source emit the save-config event.

Chainable.

any

any


saveConfig(configObj): any

Defined in: core/source/iconfig.ts:24

param: config

Persists a JSON object for configuration. Available to sources only.

Chainable.

any

any