Interfaces · @purista/core

ConfigStore

Interface definition for config store adapters

Signature

ConfigStore.tstypescript
interface ConfigStore

Properties

4 entries

getConfig

Property

Source
getConfig.tstypescript
getConfig: ConfigGetterFunction

get a config value

name

Property

Source
name.tstypescript
name: string

name of store

removeConfig

Property

Source
removeConfig.tstypescript
removeConfig: ConfigDeleteFunction

delete a config value

setConfig

Property

Source
setConfig.tstypescript
setConfig: ConfigSetterFunction

set a config value

Methods

1 entry

destroy

Method

Source
destroy.tstypescript
destroy(): Promise<void>

disconnects and shuts down the config store