Membrane React - v0.2.1
    Preparing search index...

    Interface ExternalEventCustomPullCollectEventsResponse<EventPayload>

    interface ExternalEventCustomPullCollectEventsResponse<EventPayload = any> {
        events: EventPayload[];
        state: Record<string, any>;
    }

    Type Parameters

    • EventPayload = any
    Index

    Properties

    Properties

    events: EventPayload[]
    state: Record<string, any>