documentationfor yFiles for HTML 2.6

CompositeUndoUnit

A group of IUndoUnits that are undone/redone as a single unit.

Inheritance Hierarchy
CompositeUndoUnit
Implemented Interfaces

Remarks

Clients can use this class to build an IUndoUnit that groups together multiple IUndoUnits. The IUndoUnits added to this unit are undone/redone in the order in which they were added. This implementation will try to merge or replace units that are added.

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.graph.CompositeUndoUnit

Constructors

Properties

Methods