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

Interface AddinItem

src/rstudioapi.ts:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281// interface
282// represents addins in a QuickPick menu
283interface AddinItem extends QuickPickItem {
284 binding: string;
285 package: string;
286}
287
288let addinQuickPicks: AddinItem[] | undefined = undefined;
289

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected