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 -%}
|
{% if property.stability %}
Stability: | {{ property.stability }} |
{% endif %}
{% if property.available_since %}
Available since: | {{ property.available_since }} |
{% endif %}
{% if property.deprecated_since %}
Deprecated since: | {{ property.deprecated_since.version }} |
{{ property.deprecated_since.message }} |
{% endif %}
{% if property.attributes %}
{% for (key, value) in property.attributes.items() %}
{{ key|escape }} | {{ value|escape }} |
{% endfor %}
{% endif %}