isFormStateCondition
Type guard to check if a condition is a FormStateCondition.
Presentation
function isFormStateCondition (
condition: boolean | ConditionalExpression | FormStateCondition ,
): boolean;Returns
boolean -true if the condition is a FormStateCondition
Parameters
| Name | Type | Description |
|---|---|---|
| condition | boolean | | The condition to check |