- Source:
Interface for classes that represent editors that might have a file's contents open (i.e. live)
Methods
liveContent(filePath) → {Promise.<(string|undefined)>}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
filePath |
string |
Returns:
- Type
- Promise.<(string|undefined)>
open(filePath) → {EditBuffer|Promise.<EditBuffer>}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
filePath |
string |
Returns:
- Type
- EditBuffer | Promise.<EditBuffer>