@vertigis/viewer-spec 58.7.0 → 58.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,4 +39,12 @@ export interface PrintFormModelProperties extends ComponentModelProperties {
|
|
|
39
39
|
* The supported print resolutions to choose from.
|
|
40
40
|
*/
|
|
41
41
|
resolutions?: number[];
|
|
42
|
+
/**
|
|
43
|
+
* Whether the grid print type should be enabled.
|
|
44
|
+
*/
|
|
45
|
+
gridPrintEnabled?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Whether the line print type should be enabled.
|
|
48
|
+
*/
|
|
49
|
+
linePrintEnabled?: boolean;
|
|
42
50
|
}
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED