EventSimulator

sealed external interface EventSimulator<O : EventInit>(source)

Functions

Link copied to clipboard
abstract operator fun invoke(element: Element)
abstract operator fun invoke(element: Element, options: O)
Link copied to clipboard
inline operator fun <O : EventInit> EventSimulator<O>.invoke(element: Element, block: O.() -> Unit)