MarkupData Interface
Markup data returned by MarkupApp.stop
Extends
Properties
Name | Type | Description | |
---|---|---|---|
image | undefined | string | a base64 encoded string with the image of the view that was marked up. |
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
rect | WidthAndHeight | MarkupSvgData | The size of the image, in pixels. |
svg | undefined | string | MarkupSvgData | a string holding the svg data for the markup. |
Defined in
- markup/src/Markup.ts Line 41
Last Updated: 20 June, 2023