Events Context
class EventsContext<T>(element: Tag<HTMLElement>, val selected: Flow<T>) : EventContext<HTMLElement>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
open infix override fun <E : Event, X : Element> DomListener<E, X>.handledBy(handler: Handler<Unit>)
Content copied to clipboard
open infix override fun <E : Event, X : Element> DomListener<E, X>.handledBy(execute: suspend (E) -> Unit): Job
Content copied to clipboard
open infix override fun <E : Event> WindowListener<E>.handledBy(handler: Handler<Unit>)
Content copied to clipboard
Properties
Link copied to clipboard
open override val pagehides: DomListener<PageTransitionEvent, HTMLElement>
Content copied to clipboard
Link copied to clipboard
open override val pageshows: DomListener<PageTransitionEvent, HTMLElement>
Content copied to clipboard