{{#if implementationOf}}

Implementation of {{#with implementationOf}}{{> typeAndParent}}{{/with}}

{{/if}} {{#if inheritedFrom}}

Inherited from {{#with inheritedFrom}}{{> typeAndParent}}{{/with}}

{{/if}} {{#if overwrites}}

Overrides {{#with overwrites}}{{> typeAndParent}}{{/with}}

{{/if}} {{#if sources}}
    {{#each sources}} {{#if url}}
  • Defined in {{fileName}}:{{line}}
  • {{else}}
  • Defined in {{fileName}}:{{line}}
  • {{/if}} {{/each}}
{{/if}}