dispatch

Dispatch a transaction built via DSL.

session.dispatch {
insert(0, "Hello")
selection(5)
scrollIntoView()
}