Model - Export
API reference for src/schema/export on @huukhanhnguyen/model, reachable from ..
See the Guide for the ModelJSON / evaluate pipeline.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
SheetSetOptions
type
type SheetSetOptions
// = SheetResolveOptions & { sheets: Sheet[]; /** Layer records for the SVG serialization step (line colour/weight/dash) * — read by `drawingSetToSvg` itself for `svgOptions`, NOT by * `resolveSheet` (which no longer has a `layers` field; see * schema/references.ts). */ layers?: Layer[]; }