Interface EventOptions

interface EventOptions {
    once?: boolean;
}

Hierarchy (view full)

Properties

Properties

once?: boolean