EventsOf<SB>: {
    [K in keyof SB]: EventsOf<SB[K]>
}

Compound events for all behaviors.

Type Parameters