All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Javascript.partial_model_enum_class.mustache Maven / Gradle / Ivy

The newest version!
{{#emitJSDoc}}
  /**
   * Enum class {{classname}}.
   * @enum {{=<% %>=}}{<%datatype%>}<%={{ }}=%>
   * @readonly
   */
{{/emitJSDoc}}
  var exports = {
  {{#allowableValues}}
  {{#enumVars}}
{{#emitJSDoc}}
    /**
     * value: {{{value}}}
     * @const
     */
{{/emitJSDoc}}
    "{{name}}": {{{value}}}{{^-last}},
    {{/-last}}
  {{/enumVars}}
  {{/allowableValues}}
  };

  return exports;
}));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy