Options
Menu

Class TextFieldType

The TextFieldType class is an enumeration of constant values used in setting the type property of the TextField class.

see

away.entities.TextField#type

Hierarchy

  • TextFieldType

Index

Properties

Properties

Static DYNAMIC

DYNAMIC: string

Used to specify a dynamic TextField.

Static INPUT

INPUT: string

Used to specify an input TextField.

Static STATIC

STATIC: string

Used to specify an static TextField.

Generated using TypeDoc