EntityPropertyText
A text field
Champs
| Champ | Type | Description |
|---|---|---|
id | ID! | — |
type | EntityPropertyTypeDetailed! | — |
entityName | EntityNameDetailed! | — |
technicalCode | String! | — |
code | String! | — ⚠️ deprecated |
name | String! | — |
dataStrategy | EntityPropertyDataStrategyDetailed! | — |
dataStrategyDefinition | String | — |
createdBy | String! | — |
createdAt | DateTime! | — |
editable | Boolean! | — |
specificTreatment | EntityPropertySpecificTreatmentDetailed | — |
isComputed | Boolean! | — |
resetsStatusOnValueChange | Boolean! | When false, editing this property's value does not reset the validated status of the entity it belongs to. Only the account KYC status is handled today; other statuses such as investment subscription modalities are not covered yet. |
algorithm | Algorithm | — |
validators | Array! | Validation rules carried by the property and merged into the linked question's validations at runtime. |
append | String | — |
textType | EntityPropertyTextType! | The type of text field |
format | EntityPropertyTextFormat | The data format constraint applied to the value (email, iban, bic). When set, the matching validator is auto-applied. |