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

41 lines 1.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomApplicationComponent = void 0; var core_1 = require("@aurahelper/core"); exports.CustomApplicationComponent = { buttonIconUrl: new core_1.StringXMLField('buttonIconUrl', 'Button Icon URL') .setMinApi(25) .setEditable(), buttonStyle: new core_1.StringXMLField('buttonStyle', 'Button Style') .setMinApi(25) .setEditable(), buttonText: new core_1.StringXMLField('buttonText', 'Button Text') .setMinApi(25) .setEditable(), buttonWidth: new core_1.IntegerXMLField('buttonWidth', 'Button Width') .setMinApi(25) .setEditable(), height: new core_1.IntegerXMLField('height', 'Height') .setMinApi(25) .setEditable(), isHeightFixed: new core_1.BooleanXMLField('isHeightFixed', 'Is Height Fixed') .setMinApi(25) .setEditable() .setRequired(), isHidden: new core_1.BooleanXMLField('isHidden', 'Is Hidden') .setMinApi(25) .setEditable() .setRequired(), isWidthFixed: new core_1.BooleanXMLField('isWidthFixed', 'Is Width Fixed') .setMinApi(25) .setEditable() .setRequired(), visualforcePage: new core_1.StringXMLField('visualforcePage', 'Visualforce Page') .setMinApi(25) .setEditable() .setRequired(), width: new core_1.IntegerXMLField('width', 'Width') .setMinApi(25) .setEditable(), }; //# sourceMappingURL=customApplicationComponent.js.map