Interface representing a Collector. A Collector is a type of Action that can be initialized with a JsonObject.
Function to get the id of the field collector.
Initializes the default values of the Collector with the given input. The formData.value.{key} is used to lookup the default value.
Initializes the Collector with the given input.
Function to get the payload of the field collector that will post to the server. When the value is null, the field will not be posted to the server.