Collector

interface Collector : Action

Interface representing a Collector. A Collector is a type of Action that can be initialized with a JsonObject.

Functions

Link copied to clipboard
open fun init(input: JsonElement)

Initializes the default values of the Collector with the given input. The formData.value.{key} is used to lookup the default value.

abstract fun init(input: JsonObject)

Initializes the Collector with the given input.