127 lines
1.1 KiB
Handlebars
127 lines
1.1 KiB
Handlebars
{{#if comment}}
|
|
|
|
{{{signatureTitle accessor}}}
|
|
|
|
{{> comment}}
|
|
|
|
{{#if typeParameters}}
|
|
|
|
{{#if showSources}}
|
|
|
|
#### Type parameters
|
|
|
|
{{else}}
|
|
|
|
##### Type parameters
|
|
|
|
{{/if}}
|
|
|
|
{{#with typeParameters}}
|
|
|
|
{{{typeParameterTable}}}
|
|
|
|
{{/with}}
|
|
|
|
{{/if}}
|
|
|
|
{{#if parameters}}
|
|
|
|
{{#if showSources}}
|
|
|
|
#### Parameters
|
|
|
|
{{else}}
|
|
|
|
##### Parameters
|
|
|
|
{{/if}}
|
|
|
|
{{#with parameters}}
|
|
|
|
{{{parameterTable}}}
|
|
|
|
{{/with}}
|
|
|
|
{{/if}}
|
|
|
|
{{#ifShowReturns}}
|
|
|
|
{{#if type}}
|
|
|
|
{{#if showSources}}
|
|
|
|
#### Returns
|
|
|
|
{{else}}
|
|
|
|
##### Returns
|
|
|
|
{{/if}}
|
|
|
|
{{#with type}}
|
|
|
|
{{{type 'all'}}}
|
|
|
|
{{/with}}
|
|
|
|
{{#with comment}}
|
|
|
|
{{{returns this}}}
|
|
|
|
{{/with}}
|
|
|
|
{{#with type}}
|
|
|
|
{{#if declaration.signatures}}
|
|
|
|
{{#each declaration.signatures}}
|
|
|
|
{{> member.signature showSources=false }}
|
|
|
|
{{/each}}
|
|
|
|
{{/if}}
|
|
|
|
{{#if declaration.children}}
|
|
|
|
{{#with declaration.children}}
|
|
|
|
{{{typeDeclarationMembers}}}
|
|
|
|
{{/with}}
|
|
|
|
{{/if}}
|
|
|
|
{{/with}}
|
|
|
|
{{/if}}
|
|
|
|
{{/ifShowReturns}}
|
|
|
|
{{#if showSources}}
|
|
|
|
{{> member.sources}}
|
|
|
|
{{/if}}
|
|
|
|
{{#if @first}}
|
|
|
|
{{#unless @last}}
|
|
|
|
#### Other signatures
|
|
|
|
{{/unless}}
|
|
|
|
{{/if}}
|
|
|
|
{{else}}
|
|
|
|
{{{signatureTitle accessor}}}
|
|
|
|
{{#with parameters}}
|
|
|
|
{{{parameterTable}}}
|
|
|
|
{{/with}}
|
|
|
|
{{/if}}
|