Documentation
    Preparing search index...

    Type Alias EventDispatchData

    Data shared via the event.dispatch tracing channel

    type EventDispatchData = {
        event: AllowedEventTypes;
        data: unknown;
    }
    Index

    Properties

    Properties

    data: unknown