getComponentsRegistry()
Obtains the components registry that is bound to the Constellation JavaScript Engine. The components registry contains methods to register or override existing components.
Returns
The components registry as an object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the componentRegistry object that contains methods to register or override existing components.
const componentRegistry = PCore.getComponentsRegistry();
Previous topic getCaseFollowerApi() Next topic getConstants()