Class InitConfig
A collection of configuration elements.
stable
Synopsis
Constructors
constructor(elements) | stable |
Methods
add(elements) | Add one or more elements to the config. |
isEmpty() | Whether this configset has elements or not. |
Constructors
constructor(elements)
stable
Declaration
constructor(elements: InitElement[]);
Parameters
- elements InitElement[]
Methods
add(elements)
Add one or more elements to the config.
stable
Declaration
add(...elements: InitElement[]): void;
Parameters
- elements InitElement[]
Returns
void
isEmpty()
Whether this configset has elements or not.
stable
Declaration
isEmpty(): boolean;
Returns
boolean