Skip to main content

createContextEvent

Function
This function is defined in the trace module.

Signature

def createContextEvent(type: ContextEventType,
  data?: Record<string, any>) -> ContextEvent

Returns

Returns
ContextEvent
The result of the operation.

Source

View on GitHub

src/trace/index.ts at line 82