onChange

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

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


var onChange: <Error class: unknown class>?

Binding fired on the onchange event. See onChange for the params helper.