Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
TraceEventListener
interface TraceEventListener {
  filter: string;
  on(object: Object, name: string, data?: any): void;
}
An interface used to trace information about specific event.

Summary

Properties

filter

Methods

on

Properties

filter

Methods

on

on(object: Object, name: string, data?: any): void
Parameter Default Description
object
Object

name
string

data
any

Returns void