Ir al contenido

Command

Defined in: undo/Command.ts:4

Interface for undoable commands.

describe(): string

Defined in: undo/Command.ts:12

Get a description of the command.

string


execute(): void

Defined in: undo/Command.ts:6

Execute the command.

void


undo(): void

Defined in: undo/Command.ts:9

Undo the command.

void