Javascript.partial_model_inner_enum.mustache Maven / Gradle / Ivy
{{#emitJSDoc}}
/**
* Allowed values for the {{name}}
property.
* @enum {{=< >=}}{}<={{ }}=>
* @readonly
*/
{{/emitJSDoc}}
exports.{{datatypeWithEnum}} = {
{{#allowableValues}}
{{#enumVars}}
{{#emitJSDoc}}
/**
* value: {{{value}}}
* @const
*/
{{/emitJSDoc}}
{{name}}: {{{value}}}{{^-last}},
{{/-last}}
{{/enumVars}}
{{/allowableValues}}
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy