@shopify/oxygen-workers-types
    Preparing search index...

    Interface EventListenerObject<EventType>

    interface EventListenerObject<EventType extends Event = Event> {
        handleEvent(event: EventType): void;
    }

    Type Parameters

    Index

    Methods

    Methods