RuleModel

23 Sep 20251 minute to read

Interface for a class Rule

Properties

condition string

Specifies the condition value in group.

field string

Specifies the field value in group.

isLocked boolean

Specifies whether rule is locked or not.

label string

Specifies the label value in group.

not boolean

Specifies whether not condition is true/false.

operator string

Specifies the operator value in group.

rules RuleModel[]

Specifies the rules in group.

type string

Specifies the type value in group.

value string[]|number[]|string|number|boolean

Specifies the sub controls value in group.