mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Merge pull request #8002 from Retsam/atom-workspace-isTextEditor
Atom: Add isTextEditor method to IWorkspace
This commit is contained in:
1
atom/atom.d.ts
vendored
1
atom/atom.d.ts
vendored
@@ -1100,6 +1100,7 @@ declare module AtomCore {
|
||||
itemOpened(item:any):void;
|
||||
onPaneItemDestroyed(item:any):void;
|
||||
destroyed():void;
|
||||
isTextEditor(object: any): boolean;
|
||||
|
||||
onDidChangeActivePaneItem(item:any):Disposable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user