MCPcopy
hub / github.com/palantir/plottable / remove

Method remove

src/drawers/drawer.ts:38–38  ·  view source on GitHub ↗

* Called when the Drawer is no longer needed - implementors may use this to cleanup * any resources they've created

()

Source from the content-addressed store, hash-verified

36 * any resources they've created
37 */
38 remove(): void;
39}
40
41/**

Implementers 3

SVGDrawersrc/drawers/svgDrawer.ts
CanvasDrawersrc/drawers/canvasDrawer.ts
ProxyDrawersrc/drawers/drawer.ts

Calls

no outgoing calls

Tested by

no test coverage detected