Skip to content

Commit

Permalink
Add readOnly property to ICommand interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kalczur committed Apr 15, 2024
1 parent 83ef07e commit d392ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export interface ICommand {
name: string;
bindKey: ICommandBindKey;
exec: string | ICommandExecFunction;
readOnly?: boolean;
}
export interface IAceOptions {
[index: string]: any;
Expand Down

0 comments on commit d392ff4

Please sign in to comment.