Skip to content

Action Group - Condition

It's the action area where conditions for executing actions are set.

Condition

NoNameDescription
1IsNullChecks if the target is null.
2IsNotNullChecks if the target is not null.
3EqualChecks if the target is equal to the specified value.
4NotEqualChecks 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.

Condition detail

  1. It can be used in Action Parameters such as meta, parentMeta, ControlId, prop, urlParam.
  2. 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.
  3. Value: For comparison, select Component for meta and parentMeta, and for others, enter fixed values such as Yes or No.
  4. For Equal condition, set ===, and for NotEqual condition, set !== for comparison.

Note 1

Note 1. Meta can be registered at the Component Service (e.g., load) level.

Note 2

Note 2. Parent Meta can be registered at the Control Service (e.g., click) level.