WithJob

interface WithJob

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
handledBy
Link copied to clipboard
js
open infix fun <E : Event, X : Element> DomListener<E, X>.handledBy(handler: Handler<Unit>)
Connects Events to a Handler.
open infix fun <E : Event> WindowListener<E>.handledBy(handler: Handler<Unit>)
Connects Events to a Handler.
open infix fun <A> Flow<A>.handledBy(handler: Handler<A>)
Connects a Flow to a Handler.
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

job
Link copied to clipboard
js
abstract val job: Job

Inheritors

Store
Link copied to clipboard
EventContext
Link copied to clipboard
TagContext
Link copied to clipboard