MarkupData Interface
Markup data returned by MarkupApp.stop
Extends
Properties
Name | Type | Description | |
---|---|---|---|
image | string | undefined | a base64 encoded string with the image of the view that was marked up. |
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
rect Inherited | WidthAndHeight | MarkupSvgData | The size of the image, in pixels. |
svg Inherited | string | undefined | MarkupSvgData | a string holding the svg data for the markup. |
Defined in
- markup/src/Markup.ts Line 41
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.