Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Interface. Export Svg Action

sprotty-protocol / ExportSvgAction

Interface: ExportSvgAction

Defined in: actions.ts:748

Response to a RequestExportSvgAction containing the current diagram’s SVG code.

Extends

Properties

kind

kind: "exportSvg"

Defined in: actions.ts:749

Overrides

ResponseAction.kind


options?

optional options: ExportSvgOptions

Defined in: actions.ts:752


responseId

responseId: string

Defined in: actions.ts:751

Overrides

ResponseAction.responseId


svg

svg: string

Defined in: actions.ts:750