Properties:
Name | Type | Description |
---|---|---|
EVENT_DEPENDENCIES |
Object | Events that the feature should start/stop |
Methods
(static) Mixin(BaseClass) → {Class}
Creates a class that implements FeatureDependentInterface and extends
a specified base class.
Parameters:
Name | Type | Description |
---|---|---|
BaseClass |
Class | The class to extend. |
Returns:
A class that extends BaseClass
and implements FeatureDependentInterface.
- Type
- Class