invoke

abstract operator fun invoke(eventName: String, node: Document, init: Any = definedExternally, options: CreateFunctionOptions = definedExternally): Event(source)
abstract operator fun invoke(eventName: String, node: Element, init: Any = definedExternally, options: CreateFunctionOptions = definedExternally): Event(source)
abstract operator fun invoke(eventName: String, node: Window, init: Any = definedExternally, options: CreateFunctionOptions = definedExternally): Event(source)
abstract operator fun invoke(eventName: String, node: Node, init: Any = definedExternally, options: CreateFunctionOptions = definedExternally): Event(source)