UNPKG

@aurahelper/xml-definitions

Version:

Powerfull Libraries to get the XML Definitions of ALL XML Salesforce Metadata Files. Support All API Versions up to API 53.0. You can get the definition of one or more XML files for a specific version of Salesforce. For Example: You can get the XML Defini

36 lines 1.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EclairGeoData = void 0; var core_1 = require("@aurahelper/core"); exports.EclairGeoData = { maps: new core_1.ArrayXMLField('maps', 'Maps') .setMinApi(39) .setEditable() .setFieldKey('mapName') .addField('boundingBoxBottom', new core_1.DoubleXMLField('boundingBoxBottom', 'Bounding Box Bottom') .setEditable()) .addField('boundingBoxLeft', new core_1.DoubleXMLField('boundingBoxLeft', 'Bounding Box Left') .setEditable()) .addField('boundingBoxRight', new core_1.DoubleXMLField('boundingBoxRight', 'Bounding Box Right') .setEditable()) .addField('boundingBoxTop', new core_1.DoubleXMLField('boundingBoxTop', 'Bounding Box Top') .setEditable()) .addField('mapLabel', new core_1.StringXMLField('mapLabel', 'Map Label') .setEditable() .setRequired()) .addField('mapName', new core_1.StringXMLField('mapName', 'Map Name') .setEditable() .setRequired()) .addField('projection', new core_1.EnumXMLField('projection', 'Projection') .setEditable() .setRequired() .addEnumValue('Equirectangular', 'Equirectangular') .addEnumValue('Mercator', 'Mercator') .addEnumValue('AlbersUSA', 'AlbersUSA')), masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label') .setMinApi(39) .setEditable() .setRequired() .setUnique() }; //# sourceMappingURL=eclairGeoData.js.map