SelectionEvent<T>
#
OverviewObject representing an event emitted by a Selection.on.
#
Propertiesbody
#
• 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.