{% macro renderBindings(bindings, cssContainerClass, cssItemClass, title) -%} {% set hasDescription = bindings | hasValues('memberDoc.description') %} {% set hasTypes = bindings | hasValues('memberDoc.type') %} {% if bindings.length %}

{$ title $}

{% if hasTypes %}{% endif %} {% if hasDescription %}{% endif %} {% for binding in bindings %} {% if hasTypes %} {% endif %} {% if hasDescription %} {% endif %} {% endfor %}
BindingTypeDescription
{$ binding.bindingName $} {%- if binding.bindingName != binding.propertyName %} ({$ binding.propertyName $}){% endif-%} {$ binding.memberDoc.shortDescription | marked $} {$ binding.memberDoc.description | marked $}
{% endif %} {%- endmacro %}