UndoManagerClient mixin

An interface to receive events from a native UndoManager.

Mixin Applications

Properties

canUndo bool
Will be true if there are past values on the stack.
read-only
canRedo bool
Will be true if there are future values on the stack.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

handlePlatformUndo(UndoDirection direction) → void
Requests that the client perform an undo or redo operation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redo() → void
Updates the value on the stack to the next value.
toString() String
A string representation of this object.
inherited
undo() → void
Reverts the value on the stack to the previous value.

Operators

operator ==(Object other) bool
The equality operator.
inherited