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

Interface. Request Export Svg Action

sprotty-protocol / RequestExportSvgAction

Interface: RequestExportSvgAction

Defined in: actions.ts:725

Request to extract the currently displayed diagram as an SVG.

Extends

Properties

_?

readonly optional _: ExportSvgAction

Defined in: actions.ts:57

Used to ensure correct typing. Clients must not use this property

Inherited from

RequestAction._


kind

kind: "requestExportSvg"

Defined in: actions.ts:726

Overrides

RequestAction.kind


options?

optional options: ExportSvgOptions

Defined in: actions.ts:727


requestId

requestId: string

Defined in: actions.ts:52

Inherited from

RequestAction.requestId