We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 850536e + 0485579 commit 62ead6eCopy full SHA for 62ead6e
lib/templates/_property.html
@@ -1,6 +1,6 @@
1
<dt id="{{htmlId}}" class="property">
2
- <span class="top-level-variable-type">{{{ linkedReturnType }}}</span>
3
{{#isInherited}}{{>name_summary}}{{/isInherited}}{{^isInherited}}{{{linkedName}}}{{/isInherited}}
+ <span class="signature">→ {{{ linkedReturnType }}}</span>
4
</dt>
5
<dd>
6
{{>readable_writable}}
0 commit comments