**{{getMemberSymbol this.kindString}} {{ name }}**: {{#if isOptional}}?{{/if}} {{#if type}}*{{#with type}}{{>type}}{{/with}}*{{/if}} {{#if defaultValue}} = {{{ defaultValue}}}{{/if}}

{{ compileSources this}}

{{> comment}}

{{~#if type.declaration~}}
#### Type declaration
{{~#with type.declaration~}}
{{> parameter}}
{{~/with~}}
{{~/if~}}