Property
{{ namespace.name }}{{ class.name }}:{{ property.name }}
{%- if CONFIG.is_unstable(property.available_since) -%} unstable {%- endif %} {%- if property.deprecated_since -%} deprecated: {{ property.deprecated_since.version }} {%- endif -%} {%- if property.available_since -%} since: {{ property.available_since }} {%- endif -%}
Description {% if CONFIG.source_location_url and property.docs_location %} [src] {% endif %}
        {{ property.description }}
      
      | Type: | {%- if property.is_array -%}An array of {%- endif -%}
            {%- if property.is_list -%}A list of {%- endif -%}
            {%- if property.link -%}
            {{ property.link|safe }}
            {%- else -%} {{ property.type_cname }}{%- endif -%} | 
| Stability: | {{ property.stability }} | 
| Available since: | {{ property.available_since }} | 
| Deprecated since: | {{ property.deprecated_since.version }} | 
| {{ property.deprecated_since.message }} | |
| {{ key|escape }} | {{ value|escape }} |