getEventType
@abimongo/core / getEventType
Function: getEventType()
getEventType(
options):EventType|null
Defined in: core/src/utils/eventOptions.ts:47
Returns the event type based on the options provided.
Parameters
options
Record<string, any>
The options for the event.
Returns
EventType | null
The event type, or null if not found.