Settings
OS.js Settings Manager
Constructor Summary
| Public Constructor | ||
| public |
constructor(core: Core, options: SettingsOptions) Create new instance |
|
Method Summary
| Public Methods | ||
| public |
destroy() Destroy instance |
|
| public |
Initializes adapter |
|
| public |
Sends load request to adapter |
|
| public |
Sends save request to adapter |
|
Public Constructors
public constructor(core: Core, options: SettingsOptions) source
Create new instance
Params:
| Name | Type | Attribute | Description |
| core | Core | Core reference |
|
| options | SettingsOptions |
|
Instance options |
