FieldCollector

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var key: String

The key of the field collector.

Link copied to clipboard

The label of the field collector.

Link copied to clipboard
Link copied to clipboard

The type of the field collector.

Functions

Link copied to clipboard
open override fun id(): String
Link copied to clipboard
open override fun init(input: JsonObject): Collector<T>

Function to initialize the field collector.

Link copied to clipboard
open override fun validate(): List<ValidationError>

Function to validate the field collector.