Action Group - Condition
It's the action area where conditions for executing actions are set.
No | Name | Description |
---|---|---|
1 | IsNull | Checks if the target is null. |
2 | IsNotNull | Checks if the target is not null. |
3 | Equal | Checks if the target is equal to the specified value. |
4 | NotEqual | Checks if the target is not equal to the specified value. |
It verifies if the target is equal to a specific value. It is used in Component and Control Service Actions. It can be registered for all actions, and conditions are connected in an AND format.
- It can be used in Action Parameters such as meta, parentMeta, ControlId, prop, urlParam.
- Key: For meta and parentMeta, select ComponentId, for ControlId, register the Key of the Control to be checked. For Prop and urlParam, select the "Parameter Key" set in the previously defined Action.
- Value: For comparison, select Component for meta and parentMeta, and for others, enter fixed values such as
Yes
orNo
. - For Equal condition, set
===
, and for NotEqual condition, set!==
for comparison.
Note 1. Meta can be registered at the Component Service (e.g., load) level.
Note 2. Parent Meta can be registered at the Control Service (e.g., click) level.