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 lifecycle
string queryParameters
object Returns:
- Type
- Promise.<Feature>