onActivated

override fun onActivated(fn: (ComponentEvent) -> Unit): Subscription

Adds a listener to this Component that will be called whenever this Component is activated.

Return

a Subscription that can be used to cancel this listener

See also

Sources

(source)
Link copied to clipboard