Home > @visualization-tools/core > EventService > getCategory
Signature:
getCategory<TKey extends string, TArgs extends unknown[]>(category: IEventCategoryCtor<TKey, TArgs>): IBroadcastEvent<TKey, TArgs>;
| Parameter | Type | Description |
|---|---|---|
| category | IEventCategoryCtor<TKey, TArgs> |
Returns:
IBroadcastEvent<TKey, TArgs>