Classes
EmitBridge
Class: EmitBridge
Defined in: src/recorders/core/EmitBridge.ts:27
Implements
Constructors
Constructor
new EmitBridge(
options):EmitBridge
Defined in: src/recorders/core/EmitBridge.ts:33
Parameters
options
Returns
EmitBridge
Properties
id
readonlyid:string
Defined in: src/recorders/core/EmitBridge.ts:28
Implementation of
CombinedRecorder.id
Methods
onEmit()
onEmit(
event):void
Defined in: src/recorders/core/EmitBridge.ts:40
Fires for every scope.$emit(name, payload) call during a stage.
Optional — implement only if you want to observe consumer-emitted
structured events. See EmitRecorder for the focused interface
(structurally compatible; this field is the same shape).
Parameters
event
Returns
void
See
EmitRecorder in src/lib/recorder/EmitRecorder.ts
