Chartbreaker
    Preparing search index...

    Interface AddEventListenerOptions_2

    This Channel Messaging API interface represents one of the two ports of a MessageChannel, allowing messages to be sent from one port and listening out for them arriving at the other.

    interface AddEventListenerOptions_2 {
        capture?: boolean;
        once?: boolean;
        passive?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    capture?: boolean
    once?: boolean
    passive?: boolean