Container
Configuration container
Constructor Summary
| Public Constructor | ||
| public |
constructor(config: *) |
|
Member Summary
| Public Members | ||
| public get |
raw: *: * |
|
Method Summary
| Public Methods | ||
| public |
Remove the value |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Public Constructors
public constructor(config: *) source
Params:
| Name | Type | Attribute | Description |
| config | * |
Public Members
Public Methods
public del(path: String): Container source
Remove the value
Params:
| Name | Type | Attribute | Description |
| path | String |
public get(path: string, defaultValue: *): * source
Params:
| Name | Type | Attribute | Description |
| path | string | ||
| defaultValue | * |
Return:
| * |