{{ prefix }}{{ property.name }}{% if property.type_link %}: {{ property.type_link }}{% endif %} {% if property.is_gettable and property.is_settable %}get set{% elif property.is_gettable %}get{% else %}set{% endif %}{% if property.is_deletable %} del{% endif %}

{% if property.summary %}

{{ property.summary }}

{% endif %} {% if property.exceptions %} {% for exception in property.exceptions %} {{ exception.type_link }} {% endfor %}
Exceptions
{{ exception.content }}
{% endif %} {% if property.content %} {{ property.content }} {% endif %}