Skip to content

spatial-monorepo


spatial-monorepo / core/src / ExportSVGBlobOptions

Interface: ExportSVGBlobOptions

Defined in: packages/core/src/export/floorSVG.ts:273

Options for exportSVG.

Properties

dpi?

optional dpi?: 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?

optional includeLabels?: boolean

Defined in: packages/core/src/export/floorSVG.ts:279

When true (default), embed unit name labels in the SVG output.

Released under commercial licensing.