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