Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormCaptcha

export
interface

FormCaptcha

Hierarchy

  • FormCaptcha

Index

Properties

data

data: string

The base64 encoded image

memberof

FormCaptcha

failed_validation_rules

failed_validation_rules: any

A list of failed validation rules. String if empty and Array of Strings if populated

memberof

FormCaptcha

invalid

invalid: boolean

Indicates whether the validation of the element failed

memberof

FormCaptcha

name

name: string

The name of the form element

memberof

FormCaptcha

type

type: string

The type of the form element (here: captcha)

memberof

FormCaptcha

validation

validation: string

List of validation rules, concatenated with a pipe character

memberof

FormCaptcha

validation_error

validation_error: string

The validation error (human readable)

memberof

FormCaptcha

value

value: string

The set value of the form element

memberof

FormCaptcha

Generated using TypeDoc