19 lines
244 B
Handlebars
19 lines
244 B
Handlebars
|
{{#if getSignature}}
|
||
|
|
||
|
{{#with getSignature}}
|
||
|
|
||
|
{{> member.signature accessor="get" showSources=true }}
|
||
|
|
||
|
{{/with}}
|
||
|
|
||
|
{{/if}}
|
||
|
|
||
|
{{#if setSignature}}
|
||
|
|
||
|
{{#with setSignature}}
|
||
|
|
||
|
{{> member.signature accessor="set" showSources=true }}
|
||
|
|
||
|
{{/with}}
|
||
|
|
||
|
{{/if}}
|