ControlNames

object ControlNames

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

checkbox
Link copied to clipboard
js
const val checkbox: String
checkboxGroup
Link copied to clipboard
js
const val checkboxGroup: String
inputField
Link copied to clipboard
js
const val inputField: String
radioGroup
Link copied to clipboard
js
const val radioGroup: String
selectField
Link copied to clipboard
js
const val selectField: String
switch
Link copied to clipboard
js
const val switch: String
textArea
Link copied to clipboard
js
const val textArea: String