Associated with DataTypeCheckCondition class.
Associated with RequireTextCondition class.
Associated with RegExpCondition class.
Associated with RangeCondition class.
Associated with NotCondition class.
Associated with the WhenCondition class.
Associated with EqualToCondition class.
Associated with NotEqualToCondition class.
Associated with GreaterThanCondition class.
Associated with LessThanCondition class.
Associated with GreaterThanOrEqualCondition class.
Associated with LessThanOrEqualCondition class.
Associated with EqualToValueCondition class.
Associated with NotEqualToValueCondition class.
Associated with GreaterThanValueCondition class.
Associated with LessThanValueCondition class.
Associated with GreaterThanOrEqualValueCondition class.
Associated with LessThanOrEqualValueCondition class.
Associated with StringLengthCondition class.
Associated with AllMatchCondition class.
Associated with AllMatchCondition class. Alias to 'All'
Associated with AnyMatchCondition class.
Associated with AnyMatchCondition class. Always to 'Any'
Associated with CountMatchesCondition class.
Associated with NotNullCondition class.
Associated with PositiveCondition class.
Associated with IntegerCondition class.
Associated with MaxDecimalsCondition class.
Returned when ConditionType is not supplied
Generated using TypeDoc v0.25.12
Identifies values for the ConditionConfig.conditionType property and anywhere with the name "ConditionType". These identify the Concrete Condition classes supplied within Jivs. The enum type ConditionType will host all of these values. So the user can always type "ConditionType." and get intellisense with known ConditionTypes. In addition, TypeScript's type merging feature lets an app declare its own enum ConditionType with other entries and they will be consolidated into one enum.