new Feature()
Properties:
| Name | Type | Description |
|---|---|---|
_links |
hash | |
description |
string | |
id |
string | |
name |
string | |
stage |
FeatureStage | |
status |
EnabledStatus | |
type |
FeatureType |
Extends
Methods
-
getDependencies()
-
Returns:
A collection that will yield Feature instances.- Type
- Promise.<Collection>
-
getDependents()
-
Returns:
A collection that will yield Feature instances.- Type
- Promise.<Collection>
-
updateLifecycle(lifecycle, queryParameters)
-
Parameters:
Name Type Description lifecyclestring queryParametersobject Returns:
- Type
- Promise.<Feature>