Interface: ComponentMarkerEvent
component.ComponentMarkerEvent
Interface for component marker events.
#
Hierarchy↳
ComponentMarkerEvent
#
Properties#
marker• marker: Marker
The marker that was affected by the event.
#
Defined incomponent/events/ComponentMarkerEvent.ts:11
#
target• target: IComponent
The component object that fired the event.
#
Inherited from#
Defined incomponent/events/ComponentEvent.ts:11
#
type• type: "markerdragend"
| "markerdragstart"
| "markerposition"
The event type.