MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / Plot

Interface Plot

html/httpgd/index.ts:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8interface Plot {
9 // unique ID for this plot (w.r.t. this connection/device)
10 id: string;
11
12 // svg of the plot
13 svg: string;
14
15 height?: number;
16 width?: number;
17}
18
19// get vscode api
20declare function acquireVsCodeApi(): VsCode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected