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