spatial-monorepo / core/src / ExportSVGBlobOptions
Interface: ExportSVGBlobOptions
Defined in: packages/core/src/export/floorSVG.ts:273
Options for exportSVG.
Properties
dpi?
optionaldpi?:number
Defined in: packages/core/src/export/floorSVG.ts:277
Output DPI. 96 (default) = 1:1 pixel mapping; 144 = 1.5×; 192 = 2×.
floor
floor:
string
Defined in: packages/core/src/export/floorSVG.ts:275
Level feature id to export.
floorData
floorData:
FloorSVGData
Defined in: packages/core/src/export/floorSVG.ts:281
Floor data (levels + units) to render.
includeLabels?
optionalincludeLabels?:boolean
Defined in: packages/core/src/export/floorSVG.ts:279
When true (default), embed unit name labels in the SVG output.
