editor › Globals › IAnchorChangeEvent
Interface: IAnchorChangeEvent
Emitted when an anchor changes. IModelElement should listen to the events of the anchors they depend on and react accordingly.
Hierarchy
- IAnchorChangeEvent
Index
Properties
Properties
Readonly source
• source: IAnchor
Defined in src/model/data/Concepts/Anchors/IAnchorChangeEvent.ts:13
The anchor this event comes from. If the event goes through a chain of anchors, each anchor should emit an event referencing itself (IModelElements should only receive events from anchors they directly reference).