Editor

Editor

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}

Source:
Parameters:
Name Type Description
filePath string
Returns:
Type
EditBuffer