Initializes a new instance of that class.
The underlying workspace.
The item from the settings.
Stores disposable sub objects.
Stores intervals.
The underlying queue.
Stores timeouts.
Gets the underlying module.
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 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 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.
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 from an app item.
The item from the settings.
The underlying workspace.
The new instance.
Generated using TypeDoc
A webview for a custom (workspace) app based on Vuetify.