Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/REditorSupport/vscode-R
/ postWebviewMessage
Method
postWebviewMessage
src/plotViewer/index.ts:758–760 ·
view source on GitHub ↗
(msg: InMessage)
Source
from the content-addressed store, hash-verified
756
}
757
758
protected postWebviewMessage(msg: InMessage): void {
759
void this.webviewPanel?.webview.postMessage(msg);
760
}
761
762
763
// export plot
Callers
7
_focusPlot
Method · 0.95
_hidePlot
Method · 0.95
toggleStyle
Method · 0.95
toggleFullWindow
Method · 0.95
togglePreviewPlots
Method · 0.95
updatePlot
Method · 0.95
addPlot
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected