Members
app :App
The app instance
Type:
- Source
plugin :Plugin
Attached plugin
Type:
- Source
Methods
(async) dispose() → {Promise.<void>}
Dispose internal references.
- Source
Returns:
- Type:
- Promise.<void>
selfBind(names) → {void}
Force bind methods to self (this).
Parameters:
| Name | Type | Description |
|---|---|---|
names | Array.<string> | Method's names |
- Source
Returns:
- Type:
- void