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

Javascript.enumClass.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
{{#emitJSDoc}}  /**
   * Allowed values for the {{baseName}} property.
   * @enum {{=<% %>=}}{<%datatype%>}<%={{ }}=%>
   * @readonly
   */{{/emitJSDoc}}
  exports.{{datatypeWithEnum}} = { {{#allowableValues}}{{#enumVars}}
{{#emitJSDoc}}    /**
     * value: {{value}}
     * @const
     */
{{/emitJSDoc}}    {{name}}: "{{value}}"{{^-last}},
    {{/-last}}{{/enumVars}}{{/allowableValues}}
  };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy