redwood
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-ui-basic-api
/
app.cash.redwood.ui.basic.api
Package-level
declarations
Types
Types
Text
Field
State
Link copied to clipboard
@
Serializable
@
ObjCName
(
name
=
"TextFieldState"
,
exact
=
true
)
data
class
TextFieldState
(
val
text
:
String
=
""
,
val
selectionStart
:
Int
=
0
,
val
selectionEnd
:
Int
=
0
,
val
userEditCount
:
Long
=
0
)