Backstage
Docs
Github
Preparing search index...
@backstage/backend-dynamic-feature-service
CommonJSModuleLoader
Class CommonJSModuleLoader
Implements
ModuleLoader
Index
Constructors
constructor
Properties
options
Methods
bootstrap
load
Constructors
constructor
new
CommonJSModuleLoader
(
options
:
CommonJSModuleLoaderOptions
,
)
:
CommonJSModuleLoader
Parameters
options
:
CommonJSModuleLoaderOptions
Returns
CommonJSModuleLoader
Properties
Readonly
options
options
:
CommonJSModuleLoaderOptions
Methods
bootstrap
bootstrap
(
backstageRoot
:
string
,
dynamicPluginsPaths
:
string
[]
,
scannedPluginManifests
:
Map
<
string
,
ScannedPluginManifest
>
,
)
:
Promise
<
void
>
Parameters
backstageRoot
:
string
dynamicPluginsPaths
:
string
[]
scannedPluginManifests
:
Map
<
string
,
ScannedPluginManifest
>
Returns
Promise
<
void
>
load
load
(
packagePath
:
string
)
:
Promise
<
any
>
Parameters
packagePath
:
string
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
options
Methods
bootstrap
load
Docs
Github
Backstage
Loading...