MCPcopy
hub / github.com/antvis/Infographic / IRenderer

Interface IRenderer

src/renderer/types/renderer.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { ParsedInfographicOptions } from '../../options';
2
3export interface IRenderer {
4 getSVG(): SVGSVGElement;
5 getOptions(): ParsedInfographicOptions;
6 render(): SVGSVGElement;
7}

Callers 6

Infographic.tsxFile · 0.65
entry.tsxFile · 0.65
renderToStringFunction · 0.65
renderOptionsFunction · 0.65
Infographic.tsxFile · 0.65
handleRenderErrorFunction · 0.65

Implementers 1

Renderersrc/renderer/renderer.ts

Calls

no outgoing calls

Tested by

no test coverage detected