@sqlrooms/vega / VegaExportActionProps
Interface: VegaExportActionProps
Properties
pngScale?
optionalpngScale:number
PNG scale factor for high-DPI displays
Default
ts
2getFilename()?
optionalgetFilename: (format) =>string
Custom filename generator
Parameters
| Parameter | Type | Description |
|---|---|---|
format | "svg" | "png" | The export format ('png' or 'svg') |
Returns
string
The filename to use for the download
className?
optionalclassName:string
Additional CSS classes for the trigger button
