@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
12 lines (11 loc) • 344 B
TypeScript
import type { ModelProperties } from "../common/ModelProperties.js";
/**
* Configuration for the printing service.
*/
export interface PrintModelProperties extends ModelProperties {
/**
* The URL for the external printing service that's used to print maps
* alongside ArcGIS pro layouts.
*/
printServiceUrl?: string;
}