getConstants()
Obtains the public constants (containing un-modifiable constant objects) that can be used where specified by PCore.
Returns
The constants as an object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the public constants that can be used where specified by PCore.
const constants = PCore.getConstants();
Previous topic getComponentsRegistry() Next topic getContainerUtils()