{{ extends "whatsupdoc/base.html" }} {% block header %}

{{name|html}} {% if type %}{{type|html}}{% end %} {% if jsType %}{{jsType|html}}{% end %} {% if deprecated %} deprecated {% end if %} {% if sourceLinks %} source {% end %}

{% end %} {% block content %} {% if doc %} {{doc|markdown}} {% end %} {% if params %} {% for param in params %} {% end %} {% end for params %} {% if returns %} {% end returns %} {% for throws in throws %} {% end %} {% end for throws %}
{% if param.variadic %}…{% end %}{{param.name|html}} {% if param.type %}{{param.type|html}}{% end if %} {% if param.doc %} {{param.doc|markdown}}
returns {{returns.type|html}} {{returns.doc|markdown}}
throws {% if throws.type %}{{throws.type|html}}{% end if %} {% if throws.doc %} {{throws.doc|markdown}}
{% end if params %} {% for see in see %}

See: {{see|markdown}}

{% end for %} {% if showErrors %} {% if errors %}

The following errors were encountered in the source code that generated this documentation:

{% for error in errors %}

{{error}}

{% end for %} {% end if errors %} {% end if %} {% if children %} {% end if %} {% for object in children %}

{{object.name|html}} {% if object.deprecated %} deprecated {% end if %} {% if sourceLinks %} source {% end %}

{{object.doc|markdown}} {% for param in object.params %} {% end %} {% end for params %} {% if object.returns %} {% end returns %} {% for throws in object.throws %} {% end %} {% end for throwss %}
{% if param.variadic %}…{% end %}{{param.name|html}} {% if param.type %}{{param.type|html}}{% end if %} {% if param.doc %} {{param.doc|markdown}}
returns {{object.returns.type|html}} {{object.returns.doc|markdown}}
throws {% if throws.type %}{{throws.type|html}}{% end if %} {% if throws.doc %} {{throws.doc|markdown}}
{% for see in object.see %}

See: {{see|markdown}}

{% end for %} {% if showErrors %} {% if errors %}

The following errors were encountered in the source code that generated this documentation:

{% for error in object.errors %}

{{error}}

{% end for errors %} {% end if errors %} {% end if showErrors %} {% if object.children %}

Properties:

{% for child in object.children %} {% end for object.children %} {% end if object.children %}
{{child.name|html}} {{child.doc|markdown}}
{% end for children %} {% end %} {% block extra %}

JSON Format

{% end %}