isBoundToState()
Determines if the current component is bound to a Redux State.
Returns
The Boolean value true if the current component is bound to a Redux State.
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 bound to a Redux State.
const isStateBound = getPConnect().isBoundToState();
Previous topic hasChildren() Next topic isConditionExist()