LabelCollector

Class representing a LABEL type.

This class inherits from the Collector class. It is used to display a label on the form.

See also

Constructors

Link copied to clipboard
constructor()

Creates a new LabelCollector.

Properties

Link copied to clipboard

Plain-text fallback content (top-level content field).

Link copied to clipboard
var key: String
Link copied to clipboard

Rich content, potentially containing {{tokenName}} placeholders that should be substituted with entries from RichContentReplacement. Falls back to content if no richContent is present.

Functions

Link copied to clipboard
open override fun id(): String
Link copied to clipboard
open override fun init(input: JsonObject): LabelCollector