getTheme()
Obtains the defined theme overrides of the application that the user is currently logged into.
Returns
The theme override as a JSON object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the defined theme overrides of the application that the user is currently logged into.
const theme = PCore().getEnvironmentInfo().getTheme();
Previous topic getRenderingMode() Next topic getTimeZone()