Type of the value
property.
List of strings describing the nature of the Field
based on the current representation. Possible values are
implementation-dependent and should be documented.
Name describing the control. Must be unique within an Action
.
Optional
titleTextual annotation of a field. Clients may use this as a label.
Input type of the field. May include any of the input types from HTML.
When missing, the default is assumed to be text
.
Optional
valueValue assigned to the Field
.
Visits this field.
Generated using TypeDoc
Represents an input control inside an
Action
. Serialization of aField
depends on itstype
and its correspondingAction
'stype
.