ViewState

data class ViewState(val title: String, val messages: List<<Error class: unknown class>>, val input: String, val inputInfo: String?, val cursorPosition: Int)

Constructors

Link copied to clipboard
constructor(title: String, messages: List<<Error class: unknown class>>, input: String, inputInfo: String?, cursorPosition: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val input: String
Link copied to clipboard
val inputInfo: String?
Link copied to clipboard
val messages: List<<Error class: unknown class>>
Link copied to clipboard
val title: String