onFocusGiven

abstract fun onFocusGiven(fn: (ComponentEvent) -> Unit): Subscription

Adds a listener to this Component that will be called whenever this Component gains focus.

Return

a Subscription that can be used to cancel this listener

See also

Sources

(source)
Link copied to clipboard