AddonLoader
Extends:
lib/events/events.js~event.EventEmitter → AddonLoader
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
add: * |
|
| public |
addons: * |
|
| public |
reload: * |
|
| public |
remove: * |
|
| Private Members | ||
| private |
_addons: {} |
|
| private |
_root: * |
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
|
|
| Private Methods | ||
| private |
_onChord(chord: *) |
|
| private |
_onKeyDown(key: *) |
|
| private |
_onKeyUp(key: *) |
|
Public Constructors
public constructor() source
Public Members
public add: * source
public addons: * source
public reload: * source
public remove: * source
Private Members
private _addons: {} source
private _root: * source
Public Methods
Private Methods
private _onChord(chord: *) source
Params:
| Name | Type | Attribute | Description |
| chord | * |
private _onKeyDown(key: *) source
Params:
| Name | Type | Attribute | Description |
| key | * |
private _onKeyUp(key: *) source
Params:
| Name | Type | Attribute | Description |
| key | * |
