Search


Search something to see results

EventListenerOptions

interface EventListenerOptions {
    capture?: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties

capture?: boolean