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