${{ property.name }}
${{ property.name }}{% if property.types %} : {{ property.types|join('|') }}{% endif %}
{{ property.summary }}
{{ property.description|markdown|raw }}
{% if property.types %}
Type
{{ property.types|route|join('|')|raw }}
{% if property.var.0.description %}— {{ property.var.0.description }}{% endif %}
{% endif %}