The Material design icon that should be displayed next to the option. No icon will be displayed if no icon is provided.
See material website for supported icon list.
Alias for [title]{@link DatafieldMapKey#title}
Alias for [toSerializedForm()]{@link DatafieldMapKey#toSerializedForm}
Generated using TypeDoc
Objects that represent keys to the map of available data fields in CaseDataset search category.
Since javascript maps don't support objects as keys this class has a serialized form, that is used as a
string
key.This class also acts as an autocomplete option when the target datafield is selected. The real data fields are then extracted from the map to which this object is a key.