IdentifierSpec

data class IdentifierSpec(val v1: String)

This uniquely identifies a element in the form. The vals here are for identifier specs that need to be found when pre-populating fields, or when extracting data.

Constructors

Link copied to clipboard
fun IdentifierSpec()
Link copied to clipboard
fun IdentifierSpec(v1: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val v1: String