Skip to content

Commit

Permalink
Merge pull request #1881 from kalczur/main
Browse files Browse the repository at this point in the history
Add readOnly property to ICommand interface
  • Loading branch information
securingsincity authored Jun 25, 2024
2 parents b8a8183 + d392ff4 commit 5363bbc
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 5363bbc

Please sign in to comment.