diff --git a/src/types.ts b/src/types.ts index dfad8918..040bf544 100644 --- a/src/types.ts +++ b/src/types.ts @@ -60,6 +60,7 @@ export interface ICommand { name: string; bindKey: ICommandBindKey; exec: string | ICommandExecFunction; + readOnly?: boolean; } export interface IAceOptions { [index: string]: any;