diff --git a/src/main/js/bundles/dn_screenshot/README.md b/src/main/js/bundles/dn_screenshot/README.md index 1e198da..0313068 100644 --- a/src/main/js/bundles/dn_screenshot/README.md +++ b/src/main/js/bundles/dn_screenshot/README.md @@ -18,7 +18,7 @@ To make the functions of this bundle available to the user, the following tool c ## Configuration Reference -### screenshotControl +### Config This configures the ScreenshotTool. @@ -29,8 +29,8 @@ This configures the ScreenshotTool. } ``` -| Property | Type | Possible Values | Default | Description | -|------------------|---------|--------------------------------|---------------|------------------------------------------------------| -| format | String | ```"png"``` | ```"jpg"``` | ```"png"``` | specify the format of the screenshot | -| quality | Int | ```0``` to ```100``` | ```98``` | specify the quality of the screenshot. this will be ignored if the format is "png" | +| Property | Type | Possible Values | Default | Description | +|------------------|---------|--------------------------------|---------------|---------------------------------------------------------------------------------------------------------| +| format | String | ```"png"``` | ```"jpg"``` | ```"png"``` | specify the format of the screenshot | +| quality | Integer | ```0``` to ```100``` | ```98``` | specify the quality of the screenshot. this will be ignored if the format is "png" | | ignoreBackground | Boolean | ```true``` | ```false``` | ```false``` | specify if the Background Color of the view is ignored (this is only relevant if no basemap is defined) |