Class: SimpleObjectLayer

SimpleObjectLayer()

Simple layer to store config right out-of-code

Constructor

new SimpleObjectLayer()

Source:

Extends

Members

name

Get class name

Inherited From:
Source:

Methods

get(path)

Get config value by path

Parameters:
Name Type Description
path string
Inherited From:
Source:

(async) init() → {Promise.<void>}

Initialize layer and load it's data, override it

Overrides:
Source:
Returns:
Type
Promise.<void>

set(path, value)

Set config value by path

Parameters:
Name Type Description
path string
value *
Inherited From:
Source: