Interface: ComponentGeometryEvent
component.ComponentGeometryEvent
Interface for component geometry events.
#
Hierarchy↳
ComponentGeometryEvent
#
Properties#
geometry• geometry: Geometry
Geometry related to the event.
#
Defined incomponent/events/ComponentGeometryEvent.ts:11
#
target• target: IComponent
The component object that fired the event.
#
Inherited from#
Defined incomponent/events/ComponentEvent.ts:11
#
type• type: "geometrycreate"
The event type.