@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
94 lines • 2.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FormStyleSubmitAlignmentEnum = exports.FormStyle = void 0;
class FormStyle {
static getAttributeTypeMap() {
return FormStyle.attributeTypeMap;
}
constructor() {
}
}
exports.FormStyle = FormStyle;
FormStyle.discriminator = undefined;
FormStyle.mapping = undefined;
FormStyle.attributeTypeMap = [
{
"name": "labelTextSize",
"baseName": "labelTextSize",
"type": "string",
"format": ""
},
{
"name": "legalConsentTextColor",
"baseName": "legalConsentTextColor",
"type": "string",
"format": ""
},
{
"name": "fontFamily",
"baseName": "fontFamily",
"type": "string",
"format": ""
},
{
"name": "legalConsentTextSize",
"baseName": "legalConsentTextSize",
"type": "string",
"format": ""
},
{
"name": "backgroundWidth",
"baseName": "backgroundWidth",
"type": "string",
"format": ""
},
{
"name": "helpTextSize",
"baseName": "helpTextSize",
"type": "string",
"format": ""
},
{
"name": "submitFontColor",
"baseName": "submitFontColor",
"type": "string",
"format": ""
},
{
"name": "labelTextColor",
"baseName": "labelTextColor",
"type": "string",
"format": ""
},
{
"name": "submitAlignment",
"baseName": "submitAlignment",
"type": "FormStyleSubmitAlignmentEnum",
"format": ""
},
{
"name": "submitSize",
"baseName": "submitSize",
"type": "string",
"format": ""
},
{
"name": "helpTextColor",
"baseName": "helpTextColor",
"type": "string",
"format": ""
},
{
"name": "submitColor",
"baseName": "submitColor",
"type": "string",
"format": ""
}
];
var FormStyleSubmitAlignmentEnum;
(function (FormStyleSubmitAlignmentEnum) {
FormStyleSubmitAlignmentEnum["Left"] = "left";
FormStyleSubmitAlignmentEnum["Right"] = "right";
FormStyleSubmitAlignmentEnum["Center"] = "center";
})(FormStyleSubmitAlignmentEnum = exports.FormStyleSubmitAlignmentEnum || (exports.FormStyleSubmitAlignmentEnum = {}));
//# sourceMappingURL=FormStyle.js.map