Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormFlicker

export
interface

FormFlicker

Hierarchy

  • FormFlicker

Index

Properties

code

code: string[][]

The actual flicker image as an array representation (0 = black bar, 1 = white bar)

memberof

FormFlicker

failed_validation_rules

failed_validation_rules: any

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

memberof

FormFlicker

invalid

invalid: boolean

Indicates whether the validation of the element failed

memberof

FormFlicker

label

label: string

The label of the form element

memberof

FormFlicker

name

name: string

The name of the form element

memberof

FormFlicker

type

type: string

The type of the form element (here: flicker)

memberof

FormFlicker

validation

validation: string

List of validation rules, concatenated with a pipe character

memberof

FormFlicker

validation_error

validation_error: string

The validation error (human readable)

memberof

FormFlicker

value

value: string

The set value of the form element

memberof

FormFlicker

Generated using TypeDoc