Skip to content

Documentation / @super-line/core / TapEvent

Type Alias: TapEvent

TapEvent = InspectorEvent

Defined in: packages/core/src/inspector.ts:161

The public taxonomy a plugin onEvent tap observes: an InspectorEvent with live (un-snapshotted, un-redacted) payload references, fired synchronously at the emit site. The inspector is itself one tap consumer; it snapshots + redacts before its own events cross the bus. Same shape as InspectorEvent (the envelope is added only by the inspector consumer, not the tap).

Released under the MIT License.