new Field(label, value)
Simple data structure class for storing a single field.
Parameters:
Name | Type | Description |
---|---|---|
label |
string | |
value |
string |
Methods
-
getLabel() → {String}
-
Public. Get field label.
Returns:
- Type
- String
-
getValue() → {String}
-
Public. Get field value.
Returns:
- Type
- String