The render function that receive a rendered field as an argument.
Optional
eagerlyIf set to true
then FieldRenderer is re-rendered whenever the field itself, its parent fields or
descendant fields are updated. If set to false
then FieldRenderer re-rendered only if the field was
directly changed (updates from parent and descendants are ignored, even if they affect the value of the field).
The field that triggers re-renders.
Optional
onTriggered when the field value received a non-transient update.
Properties of the FieldRenderer component.
Template: Field
The rendered field.