Events Context
class EventsContext<T>(element: Tag<HTMLElement>, val selected: Flow<List<T>>) : EventContext<HTMLElement>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <T> EventsContext(element: Tag<HTMLElement>, selected: Flow<List<T>>)
Content copied to clipboard
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