Type Alias EventPatches<EventMap>

EventPatches<in EventMap>: {
    readonly [P in keyof EventMap]?: EventPatch<EventMap[P]>
}

A record of event type to an event patch.

Type Parameters

  • in EventMap