Interface IRepeatableOperation

We should have the max be a function of size of operations 3. what about the selection based redo (transient redo?)

// TODO - how to interact with a batch? If doing multiple undos at the same time (undo start, undo done?) (we need a transaction manager?)

interface IRepeatableOperation {
    description: string;
    repeat(): void;
}

Properties

Methods

Properties

description: string

Methods

  • Returns void