ServiceProvider
Provides a basic Service Provider interface for OS.js
Constructor Summary
| Public Constructor | ||
| public |
constructor(core: Core) Constructor |
|
Member Summary
| Public Members | ||
| public |
core: Core Core instance reference |
|
Method Summary
| Public Methods | ||
| public |
A list of services this provider depends on |
|
| public |
destroy() Destroys provider |
|
| public |
async init() Initializes provider |
|
| public |
A list of services this provider can create |
|
| public |
start() Starts provider |
|
Public Constructors
public constructor(core: Core) source
Constructor
Params:
| Name | Type | Attribute | Description |
| core | Core | Core reference |
