Interfaces · @purista/core

ConfigStore

Interface definition for config store adapters

Signature

ConfigStore.ts typescript
interface ConfigStore

Properties

4 entries

getConfig

Property

Source
getConfig.ts typescript
getConfig: ConfigGetterFunction

get a config value

name

Property

Source
name.ts typescript
name: string

name of store

removeConfig

Property

Source
removeConfig.ts typescript
removeConfig: ConfigDeleteFunction

delete a config value

setConfig

Property

Source
setConfig.ts typescript
setConfig: ConfigSetterFunction

set a config value

Methods

1 entry

destroy

Method

Source
destroy.ts typescript
destroy(): Promise<void>

disconnects and shuts down the config store