Interface CommandDoneEvent

interface CommandDoneEvent {
    command: Command;
    kind: CommandDone;
}

Properties

Properties

command: Command

Generated using TypeDoc

OpenSource licenses