PlacementEvent<T>
Overview
Object representing an event emitted by a Placement.on subscription. Placement events are also re-emitted as part of the Selection.on subscriptions for placements belonging to a given selection.
Properties
body
• body : T
The payload of the emitted event.
event
• event : string
The name of the emitted event.
placement
• placement : Placement
The placement which has emitted the event.