documentationfor yFiles for HTML 2.6

Usages of ICompoundEdit

Method Return Values

beginEdit (string, string, IEnumerable<T>, function(T):IMementoSupport?)in IGraphStarts an ICompoundEdit that uses the memento design pattern to record changes to the items in the given items collection.
beginEdit (string, string)in IGraphStarts an ICompoundEdit that records graph changes and custom undo units in a single compound unit.
beginCompoundEdit (string, string)in UndoEngineBegins a compound edit that will use the provided name.