vim-web 0.3.44-dev.23 → 0.3.44-dev.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vim-web.js
CHANGED
|
@@ -61338,6 +61338,9 @@ class ViewerSelection {
|
|
|
61338
61338
|
get onValueChanged() {
|
|
61339
61339
|
return this._onValueChanged.asEvent();
|
|
61340
61340
|
}
|
|
61341
|
+
get() {
|
|
61342
|
+
return this._selectedNodes;
|
|
61343
|
+
}
|
|
61341
61344
|
/**
|
|
61342
61345
|
* Gets the total number of selected nodes across all VIMs.
|
|
61343
61346
|
* @returns The total count of selected nodes.
|