You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
539 B
15 lines
539 B
4 years ago
|
{{#if name}}{{#sig no-gfm=true ~}}
|
||
|
{{{@depOpen}~}}
|
||
|
<a href="#{{{anchorName}}}">
|
||
|
{{~{@codeOpen}~}}
|
||
|
{{#if @prefix}}{{@prefix}} {{/if~}}
|
||
|
{{@accessSymbol}}{{#if (isEvent)}}"{{{name}}}"{{else}}{{{name}}}{{/if~}}
|
||
|
{{~#if @methodSign}}{{#if (isEvent)}} {{@methodSign}}{{else}}{{@methodSign}}{{/if}}{{/if~}}
|
||
|
{{{@codeClose}~}}
|
||
|
</a>
|
||
|
{{~#if @returnSymbol}} {{@returnSymbol}}{{/if~}}
|
||
|
{{#if @returnTypes}} {{>linked-type-list types=@returnTypes html=true delimiter=" | " }}{{/if~}}
|
||
|
{{#if @suffix}} {{@suffix}}{{/if~}}
|
||
|
{{{@depClose}~}}
|
||
|
{{~/sig}}{{/if~}}
|