Interface CommandUndoneEvent

interface CommandUndoneEvent {
    command: Command;
    kind: CommandUndone;
}

Properties

Properties

command: Command
OpenSource licenses