Skip to content

Validation

Validation Properties

Property Type Required
Message string No
SeparatorVisible boolean No
Styles object No
Visible boolean No

Message

The validation message.

  • type: string

SeparatorVisible

The visibility of the separator. Only supported in iOS and WebClient.

  • type: boolean

Styles

Styles for validation view.

  • type: object with following properties.
Property Type Required Default
Message string No
ValidationView string No

Message

The string value is a style class name of validation message.

ValidationView

The string value is a style class name of validation background and separator color.


Visible

The visibility of the validation view.

  • type: boolean