Initializes a new instance of that class.
The extension context.
Stores disposable sub objects.
Stores intervals.
The underlying queue.
Stores timeouts.
Sets or gets the default captureRejection value for all emitters.
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Gets if object has been disposed or not.
Gets if the 'dispose()' method is currently executed or not.
Gets if the object is disposed or currently disposing.
Gets the underlying module.
Gets the underlying panel.
Get the full path of the script file.
Gets the underlying web view.
Cleansup all timeouts.
Cleansup all timeouts.
Clears the '.temp' sub folder.
Temp folder has been cleared or not.
Creates arguments for an event function.
The name of the event.
The created arguments.
Creates a new temp file, inside the '.temp' sub folder.
The full path of the new file.
Checks if a file or folder exists, relative to '.data' sub folder.
The path of the file / folder to check.
Indicates if file / folder exists or not.
Returns file system information of a file or folder, relative to the '.data' sub folder.
The path of the item.
The information or (false) if not found.
Generate the HTML for the view.
The HTML.
Generate the HTML footer for the view.
The HTML footer.
Generate the HTML header for the view.
The HTML header.
Returns the list of all workspaces.
The list of workspaces.
Returns the function for an app event.
The function provider.
The function (if available).
Returns an URI from the 'resources' directory.
The (relative) path.
The URI.
Gets the options for the underlying view.
The options.
Returns the full path of the temp directory.
The temp directory.
Returns the settings for view columns.
The settings.
Handles a log message from a web view.
The data.
Opens the web view.
A promise that indicates if operation was successful or not.
Sends a message to the web view.
The command to send.
The promise that indicates if operation was successful or not.
Reads a file, relative to '.data' sub folder.
The path of the file.
The read data.
Reads a file or folder, relative to '.data' sub folder.
The path of the file / folder.
Returns a full path, relative to '.data' sub directory.
The input path.
The full path.
Write data to a file, relative to '.data' sub folder.
The path of the file.
The data write.
Generated using TypeDoc
A webview for a custom (workspace) app.