{{#compact}}
{{{wbr name}}}
{{#if typeParameters}}
<
{{#each typeParameters}}
{{#if @index}}, {{/if}}
{{name}}
{{/each}}
>
{{/if}}
{{#if isOptional}}?{{/if}}: {{#with type}}{{>type}}{{/with}}
{{#if defaultValue}}
=
{{defaultValue}}
{{/if}}
{{/compact}}
{{> member.sources}}
{{> comment}}
{{#if typeParameters}}
Type parameters
{{> typeParameters}}
{{/if}}
{{#if type.declaration}}
Type declaration
{{#with type.declaration}}
{{> parameter}}
{{/with}}
{{/if}}