SelectionEvent<T>
Overview
Object representing an event emitted by a Selection.on.
Properties
body
• body : T
The payload of the emitted event.
event
• event? : string
The name of the emitted event.
placement
(optional)
• placement? : Placement
Optional placement instance available in case if the event was originated by one of the placements in the selection.