--- page: 'reference-detail' title: '{$ doc.name $}' name: '{$ doc.name $}' collection: 'objects' reference: true docCategory: 'js' {% if doc.categories %}componentCategory: {$ doc.categories $} {% endif %}---

{$ doc.name $}

{$ doc.description | lang $}

{% if doc.examples[0] %}

{$ '[en]Usage[/en][ja]使い方[/ja]' | lang $} #

{$ doc.examples[0] | e $}
{% endif %} {% if doc.note %}

{% if lang == "en" %}Note{% else %}注意{% endif %}: {$ doc.note | lang $}

{% endif %} {% if doc.codepen %}

{% if lang == "en" %}Live Example{% else %}実例{% endif %} #

{% if doc.codepen.isWide %}
{% else %}
{% endif %}

See the Pen Alert, confirm and prompt dialogs by Onsen & Monaca (@onsen) on CodePen.

{% endif %} {% if doc.guides or doc.seealsos %}

{% if lang == "en" %}See also{% else %}関連情報{% endif %} #

{% endif %} {% if doc.methods.length > 0 %}

{% if lang == "en" %}Methods Summary{% else %}メソッド概要{% endif %} #

{% if lang == "en" %} {% else %} {% endif %} {% for method in doc.methods %} {% endfor %}
Signature Descriptionシグネチャ 概要
{$ method.signature | e $} {$ method.description | lang $}
{% endif %} {% if doc.events.length > 0 %}

{% if lang == "en" %}Events Summary{% else %}イベント概要{% endif %} #

{% if lang == "en" %} {% else %} {% endif %} {% for event in doc.events %} {% endfor %}
Name Description名前 概要
{$ event.name | e $} {$ event.description | lang $}
{% endif %} {% if doc.methods.length > 0 %}

{% if lang == "en" %}Methods{% else %}メソッド{% endif %}

{% for method in doc.methods %}

{$ method.signature $}{% if method.returns %}: {$ method.returns.typeExpression | e $}{% endif %} #

{$ method.description | lang $}

{% if method.returns and method.returns.description %}

{% if lang == "en" %}Returns{% else %}返り値{% endif %}: {$ method.returns.description | lang $}

{% endif %} {% if method.params %}
{% if lang == "en" %}Parameters{% else %}パラメーター{% endif %}
{% if lang == "en" %} {% else %} {% endif %} {% for param in method.params %} {% endfor %}
Name Type Description名前 概要
{$ param.name | e $} {$ param.typeExpression | e $} {$ param.description | lang $}
{% endif %}
{% endfor %} {% endif %} {% if doc.events.length > 0 %}

{% if lang == "en" %}Events{% else %}イベント{% endif %}

{% for event in doc.events %}

{$ event.name $} #

{$ event.description | lang $}

{% if lang == "en" %}Parameters{% else %}パラメーター{% endif %}
{% if lang == "en" %} {% else %} {% endif %} {% for param in event.params %} {% endfor %}
Name Type Description名前 概要
{$ param.name | e $} {$ param.typeExpression | e $} {$ param.description | lang $}
{% endfor %} {% endif %}

{% if lang == "en" %}Discussion{% else %}議論{% endif %} #