The Global components used for the current job can be controlled within this module. See Global for more details how to get or set the components.

Example

// Load current configuration - see developer tools for the result
console.log("The current canvas and canvas size:");
console.log(Job.Global.Get.CanvasAndSize());
console.log("The current output type:");
console.log(Job.Global.Get.OutputType());
console.log("The current stock item:");
console.log(Job.Global.Get.StockItem());

Index

Interfaces

Type Aliases

Generated using TypeDoc