API Reference
me API
Access information about the current extension context, including file paths for file handlers and extension-specific data.
The me
api module exposes information specific to the current extension.
Usage
Methods
me.filePath
Returns the path to the current file the extension is opened with, if it is a File Handler.
Was this page helpful?