mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Editor is an event emitter
This commit is contained in:
Vendored
+2
@@ -1035,6 +1035,8 @@ declare module AceAjax {
|
||||
**/
|
||||
export interface Editor {
|
||||
|
||||
addEventListener(ev: string, callback: Function);
|
||||
|
||||
inMultiSelectMode: boolean;
|
||||
|
||||
selectMoreLines(n: number);
|
||||
|
||||
Reference in New Issue
Block a user