14 lines
		
	
	
		
			435 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			435 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | {% if doc.inputs %} | ||
|  | <section class="inputs"> | ||
|  |   <h2>Inputs</h2> | ||
|  |   <div class="description"> | ||
|  |     {% for binding, property in doc.inputs %} | ||
|  |     <div class="input"> | ||
|  |       <code>{$ property.bindingName $}</code> bound to <code>{$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}</code> | ||
|  |       {$ property.memberDoc.description | trimBlankLines | marked $} | ||
|  |     </div> | ||
|  |     {% endfor %} | ||
|  |   </div> | ||
|  | </section> | ||
|  | {% endif %} |