setBehaviorOverrides(overridesObj)
Sets flags to override default behavior at runtime.
Returns
Not applicable.
Parameters
Name | Type | Description | Required |
overridesObj | object | The JSON object containing the behavior override flags. | ✅ |
Usage example
In this example, the API turns off the behavior to load components dynamically.
PCore.setBehaviorOverrides( { "dynamicLoadComponents": false } );
Previous topic setBehaviorOverride(overrideKey, overrideValue) Next topic APIs in the AnalyticsUtils module