Construct a Visualization. You shouldn't call this directly, instead use create
Readonly
codebaseThe URI of the root of the codebase this Visualization is visualizing.
Static
VisualizationA mutable "view" on a Visualization
These properties and methods are just passed through to the internal webview panel. See https://code.visualstudio.com/api/references/vscode-api#WebviewPanel
Set the callback to update the visualization whenever the filelist change. It will trigger if a file is created, modified, or deleted, or if the filters change. Most the time, you'll want to use this instead of using update directly.
You can pass {immediate: true}
if you want it to trigger immediately as well.
Optional
options: { Optional
immediate?: booleanUsed to update the visualization. Update the state in the callback and the visualization will update after calling the callback.
Generated using TypeDoc
Creates, launches, and allows updating a CBRV visualization.