Space TimelineSpace Timeline

ValueRulesFulfillmentStatus

Status of all rules (validations) of a value.

For Object models (Field Group models, wizard page models, wizard model) ValueRulesFulfillmentStatus contains validity information for child properties in `properties` object.

For Array models (Repeatable field group model) ValueRulesFulfillmentStatus contains validity information for each array item in `items` array.

Name Type

Return type

Description

Name Type

Return type

Description

`isValid`

boolean

`true` if all rules are fulfilled

`rulesStatuses`

RuleFulfillmentStatus[]

statuses of all rules

for RuleFulfillmentStatus

 



`id`

string

rule id

`isFulfilled`

boolean

`true` if the rule is fulfilled

`error`

object

available if isFulfilled is false

`id`

string

error id

`description`

string

error description