value

val value: StateFlow<Any?>

The attribute value for the field specified by FieldFormElement.fieldName. If the field is part of a CodedValueDomain, the CodedValue.code is returned (unlike FieldFormElement.formattedValue, which returns the CodedValue.name)

Since

200.4.0