{{#if getSignature}}
{{#with getSignature}}
{{#compact}}
get
{{../name}}
{{> member.signature.title hideName=true }}
{{/compact}}
{{/with}}
{{/if}}
{{#if setSignature}}
{{#with setSignature}}
{{#compact}}
set 
{{../name}}
{{> member.signature.title hideName=true }}
{{/compact}}
{{/with}}
{{/if}}

{{#if getSignature}}
{{#with getSignature}}
{{> member.signature.body }}
{{/with}}
{{/if}}
{{#if setSignature}}
{{#with setSignature}}
{{> member.signature.body }}
{{/with}}
{{/if}}
