Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionCondition

The general condition definition.

Hierarchy

  • ActionCondition

Index

Properties

Properties

field

field: string

The field to compare.

operator

operator: "Euqal" | "NotEqual" | "LessThan" | "LessOrEqual" | "GreaterThan" | "GreaterOrEqual" | "StartWith" | "EndWith" | "Contain" | "IsNull"

The comparison operator.

value

value: string

The value to compare.