Methods
-
mountToApp( componentContainer )
-
Description
When the host application starts, it will call this method for each activated extension, in order of activation, passing the component container as a parameter so extensions can get components to work with (see ComponentContainer#getComponent) or register new components (see ComponentContainer#registerComponent).
Parameters
Name Type Description componentContainerComponentContainer componentContainer