Home > @xoram/core > EventTarget_2
EventTarget_2 type
Signature:
typescript
export type EventTarget<notifications extends Notifications> = EventSource<notifications> | EventSourceContainer<notifications> | EventSourceGetter<notifications> | ServiceId;
1
References: Notifications, EventSource, EventSourceContainer, EventSourceGetter, ServiceId