Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Feb 16, 2021
1 parent 7ff9d89 commit 5e6122a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/js/bundles/dn_screenshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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) |

0 comments on commit 5e6122a

Please sign in to comment.