@orangecheck/insights-client / emit
Function: emit()
function emit(
product: string,
name: string,
props?: Record<string, PropValue>): Promise<void>;
Defined in: index.ts:226
Emit an event via the default env-driven client. Resolves (never rejects).
Parameters
| Parameter | Type |
|---|---|
product | string |
name | string |
props? | Record<string, PropValue> |
Returns
Promise<void>