Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

getBehaviorOverrides()

Updated on July 20, 2021

Obtains a JSON object containing the current behavior override flags and their current values.

Returns

A JSON object.

Parameters

This API does not have parameters.

Usage example

If no previous call was made to

PCore.setBehaviorOverrides();,

then a call to

PCore.getBehaviorOverrides();

will return an empty object, because no behavior overrides were set.

If a previous call was made to

PCore.setBehaviorOverrides( { "dynamicLoadComponents": false } );,

then a call to

PCore.getBehaviorOverrides();

will return { "dynamicLoadComponents": false }

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us