InputSuffix

@Serializable
data class InputSuffix(val type: String = "select", val options: List<SelectOption>, val defaultValue: String? = null)

Constructors

Link copied to clipboard
constructor(type: String = "select", options: List<SelectOption>, defaultValue: String? = null)

Properties

Link copied to clipboard
val defaultValue: String? = null
Link copied to clipboard
Link copied to clipboard