ambiten / core / getEventOptions
Function: getEventOptions()
getEventOptions(
eventType):Record<string,boolean>
Defined in: packages/core/src/utils/eventOptions.ts:45
Returns the options object for the given event type.
Parameters
eventType
The type of the event.
Returns
Record<string, boolean>
The options for the event.
