{% import "lib/githubLinks.html" as github -%} {% import "lib/memberHelpers.html" as memberHelper -%} {% import "lib/paramList.html" as params -%} {% extends 'export-base.template.html' %} {% block overview %}{% include "includes/decorator-overview.html" %}{% endblock %} {% block details %} {% include "includes/description.html" %}

Options

{% for option in doc.members %}
{% if option.shortDescription %}{$ option.shortDescription | marked $}{% endif %}
{$ option.name $}: {$ option.type | escape $}
{%- if option.description %} {$ option.description | marked({ h3: 'h4' }) $} {% endif %} {%- if option.usageNotes %} {$ option.usageNotes | marked({ h3: 'h4' }) $} {% endif %}
{% endfor %}
{% endblock %}