getBehaviorOverride(theOverride)
Obtains the current value of the requested behavior override flag.
For a description of the flag that is available, see setBehaviorOverrides(overridesObj).
Returns
A Boolean value.
Parameters
Name | Type | Description | Required |
theOverride | string | The override flag whose value is being requested. | ✅ |
Usage example
If a previous call was made to
PCore.setBehaviorOverrides( { "dynamicLoadComponents": false } );
,
then a subsequent call to
PCore.getBehaviorOverride("dynamicLoadComponents");
will return the Boolean value false.
Previous topic getAuthUtils() Next topic getBehaviorOverrides()