transactionSpec

Create a TransactionSpec using a DSL builder.

val spec = transactionSpec {
replace(0, 5, "world")
selection(5)
scrollIntoView()
}