transactionSpec
Create a TransactionSpec using a DSL builder.
val spec = transactionSpec {
replace(0, 5, "world")
selection(5)
scrollIntoView()
}Content copied to clipboard
Create a TransactionSpec using a DSL builder.
val spec = transactionSpec {
replace(0, 5, "world")
selection(5)
scrollIntoView()
}