RemoveEventListenerOptions

data class RemoveEventListenerOptions(val capture: Boolean = false)

Node: Remove Listener Options

Options which can be passed to the target.addEventListener method.

Constructors

Link copied to clipboard
constructor(capture: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capture: Boolean = false

If true, the removed from the capture phase.