Package-level declarations
Types
Link copied to clipboard
sealed class Input(val id: String, val label: TitleItem.DefaultTitleItem, val hintText: String? = null, val required: Boolean? = false, val inputType: Input.InputType)
Represents an input on a form. The type of input is variable based on the form configuration.
Link copied to clipboard
Represents a section of a form to collect user input.
Link copied to clipboard
sealed class InputValue(val inputId: String, val inputlabel: TitleItem.DefaultTitleItem? = null, val inputValueType: InputValue.InputValueType)
Represents a static form input value.