Interface CommandUndoneEvent

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

Properties

Properties

command: Command

Generated using TypeDoc

OpenSource licenses