Initializes a new instance of that class.
The CSV data.
Stores disposable sub objects.
Stores intervals.
The underlying queue.
Stores timeouts.
The HTML code, that should be shown in the web view.
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.
Closes the web view.
A promise that indicates if operation was successful or not.
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 an URI from the 'resources' directory.
The (relative) path.
The URI.
Gets the options for the underlying view.
The options.
Returns the URIs for the web view's resources.
The list of resources.
Returns the settings for view columns.
The settings.
Initializes the web view.
Is invoked after the page inside the web view has been loaded.
Handles a log message from a web view.
The data.
Is invoked, after the web view (panel) has been disposed.
Handles a custom web view message.
The message to handle.
The promise that indicates if message has been handled or not,
Is invoked after the visibility of the web view has been changed.
Content is currently visible or not.
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.
Generated using TypeDoc
A web view that displays CSV data.