Class: Field

H5P. Field

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
Documentation generated by JSDoc 3.4.3 on 2017-02-07T13:45:43+01:00