SettingsServiceProvider
Extends:
@osjs/common~ServiceProvider → SettingsServiceProvider
OS.js Settings Service Provider
Constructor Summary
Public Constructor | ||
public |
constructor(core: Core, options: SettingsServiceOptions) |
Method Summary
Public Methods | ||
public |
|
|
public |
Initializes settings |
|
public |
Get a list of services this provider registers |
Public Constructors
public constructor(core: Core, options: SettingsServiceOptions) source
Params:
Name | Type | Attribute | Description |
core | Core | OS.js Core |
|
options | SettingsServiceOptions |
|