Skip to content

textmode.export.js / JSONOverlayDefaults

Type Alias: JSONOverlayDefaults

ts
type JSONOverlayDefaults = Pick<JSONExportOptions, "target" | "pretty" | "includeMetadata" | "colorMode">;

Default JSON export fields controlled by the export overlay.