Instance Method
elementDidChange(_:)elementDidChange:elementDidChange_
Notifies the parent that an element changed.
Declaration
func elementDidChange(_ element: Any)Declaration
- (void) elementDidChange:(id) element;Declaration
elementDidChange_(element: object)Parameters
elementThe changed element.
See Also
Change Tracking
The undo manager provided by the parent, or
nilwhen none is available.The undo manager provided by the parent when undo registration is enabled, or
nilotherwise.