Builder

class Builder(val eventName: String)(source)

Constructors

Link copied to clipboard
constructor(eventName: String)

Functions

Link copied to clipboard

Properties

Link copied to clipboard

DOM Event name to stop on (any DOM event will do).

Link copied to clipboard

EventTarget interface name to stop on. If equal to "*" or not provided, will stop on any EventTarget.