{% if page.fields %}

Member Fields

{% for type in page.fields %} {% if type[1].description or type[1].annotation %} {% endif %} {% endfor %}
Field Type Notes
{{ type[0] }} {{ type[1].type | escape }} {{ type[1].description | markdownify }} {% if type[1].annotation %} ({{ type[1].annotation | join: ", " }}) {% endif %}
{% endif %}