Skip to content

ValidationProperties

ValidationProperties Properties

Property Type Required
SeparatorBackgroundColor string Optional
SeparatorIsHidden boolean Optional
ValidationMessage string Optional
ValidationMessageColor string Optional
ValidationViewBackgroundColor string Optional
ValidationViewIsHidden boolean Optional

SeparatorBackgroundColor

The background color of the separator as a hexadecimal string, e.g. "ffffff".

  • type: string

SeparatorIsHidden

The visibility of the separator.

  • type: boolean

ValidationMessage

The validation message.

  • type: string

ValidationMessageColor

The color of the validation message as a hexadecimal string, e.g. "ffffff".

  • type: string

ValidationViewBackgroundColor

The background color of the validation view as a hexadecimal string, e.g. "ffffff".

  • type: string

ValidationViewIsHidden

The visibility of the validation view.

  • type: boolean