isConditionExist()
Determines if the current component is associated with a condition (such as an expression or when condition).
Returns
The Boolean value true if the current component is associated with a condition.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns a Boolean value, which denotes if the current component is associated with a condition.
const isConditionConfigured = getPConnect().isConditionExist();
Previous topic isBoundToState() Next topic isEditable()