getContainerManager()
Provides an entry point to the ContainerManager object that contains the APIs to manage the containers used in complex components.
To view the APIs in the ContainerManager class, see APIs in the ContainerManager class.
Returns
The ContainerManager object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the ContainerManager object.
const containerManager = getPConnect().getContainerManager();
Previous topic getConfigProps(destinationObject) Next topic getContainerName()