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.
13 lines
546 B
13 lines
546 B
{{#if name}}{{#sig~}} |
|
{{{@depOpen}~}} |
|
[{{{@codeOpen}~}} |
|
{{#if @prefix}}{{@prefix}} {{/if~}} |
|
{{#if (isClassMember)}}{{@parent~}}{{/if~}} |
|
{{@accessSymbol}}{{#if (isEvent)}}"{{{name}}}"{{else}}{{{name}}}{{/if~}} |
|
{{~#if @methodSign}}{{#if (isEvent)}} {{@methodSign}}{{else}}{{@methodSign}}{{/if}}{{/if~}} |
|
{{{@codeClose}}}](#{{{anchorName}}}) |
|
{{~#if @returnSymbol}} {{@returnSymbol}}{{/if~}} |
|
{{#if @returnTypes}} {{>linked-type-list types=@returnTypes delimiter=" \| " }}{{/if~}} |
|
{{#if @suffix}} {{@suffix}}{{/if~}} |
|
{{{@depClose}~}} |
|
{{~/sig}}{{/if~}}
|
|
|