resolveAsyncFeatures()
Home > @backstage/frontend-defaults > resolveAsyncFeatures
Signature:
function resolveAsyncFeatures(options: {
config: Config;
features?: (FrontendFeature | FrontendFeatureLoader)[];
}): Promise<{
features: FrontendFeature[];
}>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ config: Config; features?: (FrontendFeature | FrontendFeatureLoader)[]; } |
Promise<{ features: FrontendFeature[]; }>