@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
22 lines (17 loc) • 424 B
Markdown
# operation: printing.update-args
Description: Allows the user to update the intercepted prepared print request arguments.
Inputs: `PreparedPrintJobUpdateArgs`
PreparedPrintJobUpdateArgs properties:
```json
{
"printJobArgs": {
"description": "The prepared print job arguments.",
"isRequired": "true"
},
"update": {
"description": "The print job update arguments."
}
}
```
Outputs: `PrintJobArgs`