CreateAppFeatureLoader.load()
Home > @backstage/frontend-defaults
> CreateAppFeatureLoader
> load
Loads a number of features dynamically.
Signature:
load(options: {
config: ConfigApi;
}): Promise<{
features: FrontendFeature[];
}>;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
{ config: ConfigApi; } |
Promise<{ features: FrontendFeature[]; }>