Events Context
class EventsContext<String>(element: Tag<HTMLInputElement>, val value: Flow<String>) : EventContext<HTMLInputElement>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <String> EventsContext(element: Tag<HTMLInputElement>, value: Flow<String>)
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 contextmenus: DomListener<MouseEvent, HTMLInputElement>
Content copied to clipboard
Link copied to clipboard
open override val fullscreenchanges: DomListener<Event, HTMLInputElement>
Content copied to clipboard
Link copied to clipboard
open override val hashchanges: DomListener<HashChangeEvent, HTMLInputElement>
Content copied to clipboard
Link copied to clipboard
open override val keypresss: DomListener<KeyboardEvent, HTMLInputElement>
Content copied to clipboard
Link copied to clipboard
open override val loadstarts: DomListener<ProgressEvent, HTMLInputElement>
Content copied to clipboard
Link copied to clipboard
open override val pagehides: DomListener<PageTransitionEvent, HTMLInputElement>
Content copied to clipboard
Link copied to clipboard
open override val pageshows: DomListener<PageTransitionEvent, HTMLInputElement>
Content copied to clipboard
Link copied to clipboard
open override val popstates: DomListener<PopStateEvent, HTMLInputElement>
Content copied to clipboard
Link copied to clipboard
open override val touchcancels: DomListener<TouchEvent, HTMLInputElement>
Content copied to clipboard