interface EventListenerOptions {
    once?: boolean;
}

Properties

Properties

once?: boolean