Initializes a new instance of that class.
The underlying extension context.
The output channel.
The path to the script file.
Stores disposable sub objects.
Stores intervals.
The underlying queue.
Stores timeouts.
Get the full path of the script file.
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 the description of the app.
Gets the (display) name of the app.
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 (internal) name of the app.
The 'package.json' of the app (if available).
Gets the underlying panel.
Gets the underlying web view.
Cleansup all timeouts.
Cleansup all timeouts.
Clears the '.temp' sub folder.
Temp folder has been cleared or not.
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.
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.
Initializes the app (view).
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.
Creates a new instance for a script file.
The path to the script file.
The underlying extension context.
The output channel.
The new instance.
Generated using TypeDoc
A web view for an app based on Vuetify.