handle Component Events
open override fun handleComponentEvents(eventType: ComponentEventType, handler: (event: ComponentEvent) -> UIEventResponse): Subscription
Content copied to clipboard
Adds the given handler for ComponentEvents. Use this if you selectively respond to events.
Sources
(source)
Link copied to clipboard