Package-level declarations
Types
Link copied to clipboard
Corresponds to a JavaScript event object.
Link copied to clipboard
Something that event listeners can be attached to, such as an kweb.Element or a kweb.html.Document
Link copied to clipboard
@Serializable
Corresponds to a JavaScript event object.
Link copied to clipboard
@Serializable
Corresponds to a JavaScript event object.
Link copied to clipboard
Link copied to clipboard
class OnReceiver<T : EventGenerator<T>>(val source: T, retrieveJs: String? = null, val preventDefault: Boolean)