Class: AbstractLayer

AbstractLayer(options)

new AbstractLayer(options)

Parameters:
Name Type Description
options object
Source:

Members

name

Get class name

Source:

Methods

get(path)

Get config value by path

Parameters:
Name Type Description
path string
Source:

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

Initialize layer and load it's data, override it

Source:
Returns:
Type
Promise.<void>

set(path, value)

Set config value by path

Parameters:
Name Type Description
path string
value *
Source: