Constructor
# new BaseWithOptions(options)
Parameters:
Name | Type | Description |
---|---|---|
options |
object |
- Since:
- 1.13.0
- Copyright:
- schukai GmbH
Members
# defaults
can be overridden by child class values
Methods
# getOption(path, defaultValue) → {*}
nested options can be specified by path a.b.c
Parameters:
Name | Type | Description |
---|---|---|
path |
string | |
defaultValue |
* |
- Since:
- 1.10.0
Returns:
- Type
- *