onFocus

fun onFocus(name: String, params: EventParamsBuilder.() -> Unit? = null)

Sets onFocus to an Event named name with optional typed params.


var onFocus: <Error class: unknown class>?

Binding fired on the onfocus event. See onFocus for the params helper.