blob: d4ce1266dd16b80b608a8f94ffe77de2e8a2c1c8 [file] [log] [blame]
<dt id="{{ htmlId }}" class="property{{ #isInherited }} inherited{{ /isInherited}}">
<span class="name">{{{ linkedName }}}</span>
<span class="signature">{{{ arrow }}} {{{ modelType.linkedName }}}</span>
{{ >categorization }}
</dt>
<dd{{ #isInherited }} class="inherited"{{ /isInherited }}>
{{ #isProvidedByExtension }}
{{ #enclosingExtension }}
<p class="from-extension">
<span>Available on {{{ extendedElement.linkedName }}},
provided by the {{{ linkedName }}} extension</span>
</p>
{{ /enclosingExtension }}
{{ /isProvidedByExtension }}
{{{ oneLineDoc }}}
{{ >attributes }}
</dd>