{{#with (get docmap.map namespace false)}} {{this.interface.name}} {{/with}} {{#if (length (get docmap.map namespace false 'interface.definition'))}}
{{#each (get docmap.map namespace false 'interface.definition')}}
{{ @key }} {{#if this.required}}*{{/if}}
{{ this.type }}
{{#if this.default}}
{{ formatConfigValue this.default }}
{{/if}}

{{{ this.description }}}

{{/each}}
{{else}}
No parameters available...
{{/if}}