RegistrationFieldDefinition
Provides a description of the specified field.
Types
Properties
Link copied to clipboard
The conditional behavior rules for this field. Only present when FieldRequirement is CONDITIONAL. Rules are evaluated in order and the first matching rule determines the field's resolved requirement. If no rule matches, the DefaultBehavior applies.
Link copied to clipboard
An array of RegistrationFieldDisplayHints objects for the field.
Link copied to clipboard
Specifies if the field for the registration form is required, conditional or optional.
Link copied to clipboard
The section path of the field.
Link copied to clipboard
The validation rules for a select field.
Link copied to clipboard
The validation rules for a text field.
Functions
Link copied to clipboard
inline fun copy(block: RegistrationFieldDefinition.Builder.() -> Unit = {}): RegistrationFieldDefinition