| {{>head}} | |
| <section class="multi-line-signature"> | |
| <code> | |
| {{#property}} | |
| <span class="returntype">{{{ linkedReturnType }}}</span> | |
| <span class="name">{{{ linkedOwner }}}</span> | |
| = | |
| <span class="constant-value">{{ constantValue }}</span> | |
| {{/property}} | |
| </code> | |
| </section> | |
| <section class="desc markdown"> | |
| {{#markdown}} | |
| {{{ property.documentation }}} | |
| {{/markdown}} | |
| </section> | |
| {{>footer}} |