"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SGraphElementType = void 0; var SGraphElementType; (function (SGraphElementType) { SGraphElementType[SGraphElementType["None"] = 0] = "None"; SGraphElementType[SGraphElementType["Line"] = 1] = "Line"; SGraphElementType[SGraphElementType["Zone"] = 2] = "Zone"; SGraphElementType[SGraphElementType["Image"] = 3] = "Image"; })(SGraphElementType = exports.SGraphElementType || (exports.SGraphElementType = {}));