Constructor
new AppFactory(options)
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
Properties
|
Methods
create(options) → {Promise.<DashboardCoreAPI>}
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
Properties
|
Returns:
Dashboard API object
- Type
- Promise.<DashboardCoreAPI>
getFeature(featureName) → {Object}
Parameters:
Name | Type | Description |
---|---|---|
featureName |
String | Name of feature that is supported by the AppFactory, for example 'ContentStore'. |
Returns:
Feature, for example ContentStore object.
- Type
- Object