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

Interface InfographicHandle

dev/src/Infographic.tsx:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94type ExportType = 'png' | 'svg';
95
96export interface InfographicHandle {
97 download: (type: ExportType, filename?: string) => Promise<void>;
98}
99
100type InfographicProps = {
101 options: string | InfographicOptions;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected