spatial-monorepo / core/src / ExportPDFOptions
Interface: ExportPDFOptions
Defined in: packages/core/src/export/exportPDF.ts:17
Properties
filename?
optionalfilename?:string
Defined in: packages/core/src/export/exportPDF.ts:25
Download filename.
Default
ts
'map-export.pdf'orientation?
optionalorientation?:PageOrientation
Defined in: packages/core/src/export/exportPDF.ts:21
Default
ts
'landscape'paperSize?
optionalpaperSize?:PaperSize
Defined in: packages/core/src/export/exportPDF.ts:19
Default
ts
'A4'title?
optionaltitle?:string
Defined in: packages/core/src/export/exportPDF.ts:23
Optional title rendered as a banner at the top of the exported image.
