Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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

`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

  • No labels