condition.equals
Checks whether the original value is equal to the specified value. If it matches, it returns true
, otherwise it returns false
.
When substituting values, you can refer to data.*
or another element using $ref
. You can also use helpers and conditions to get the value.
Component properties
Name | Type | Description |
---|---|---|
type * | "condition.equals" | Set component type |
data | any | Original value. If not specified, it uses the value returned by the parent component (the component that contains How to pass a value:
|
hint | string | Validation error message that the user will see |
to * | any | The value to compare with the original. How to pass a value:
|
Name | Type | Description |
---|---|---|
type * | "condition.equals" | Set component type |
data | any | Original value. If not specified, it uses the value returned by the parent component (the component that contains How to pass a value:
|
hint | string | Validation error message that the user will see |
to * | any | The value to compare with the original. How to pass a value:
|