{{#each properties}}
	<tr data-property-name="{{name}}">
		<td class="name">
			{{name}}
			{{#if required}}<span class="type">Required</span>{{/if}}
			{{#if deprecated}}<strong class="property-label -deprecated">DEPRECATED</strong>{{/if}}
		</td>
		<td class="type">
			{{>model/datatype anchor=../anchor}}
		</td>
		<td class="desc">
			{{{md description}}}
		</td>
	</tr>
{{/each}}
