interface CommandMap {
    [name: string]: Ace.Command;
}

Indexable

[name: string]: Ace.Command

Generated using TypeDoc