MultiSelectCollector

Class representing CHECKBOX, COMBOBOX type with MULTI_SELECT inputType.

This class inherits from the FieldCollector class and implements the Collector interface. It is used to collect multiple values from a list of options.

Constructors

Link copied to clipboard
constructor()

Creates a new MultiSelectCollector with the given input.

Properties

Link copied to clipboard
lateinit var options: List<Option>
Link copied to clipboard

Functions

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

open override fun init(input: JsonObject): MultiSelectCollector

Function to initialize the field collector.

Link copied to clipboard
open override fun payload(): MutableList<String>?