--- page: 'reference-detail' title: '{$ doc.name $}' name: '{$ doc.name $}' collection: 'objects' reference: true docCategory: 'js' {% if doc.categories %}componentCategory: {$ doc.categories $} {% endif %}---
{$ doc.description | lang $}
{$ doc.examples[0] | e $}
{% if lang == "en" %}Note{% else %}注意{% endif %}: {$ doc.note | lang $}
See the Pen Alert, confirm and prompt dialogs by Onsen & Monaca (@onsen) on CodePen.
Signature | Description | {% else %}シグネチャ | 概要 | {% endif %}
---|---|---|---|
{$ method.signature | e $} | {$ method.description | lang $} |
Name | Description | {% else %}名前 | 概要 | {% endif %}
---|---|---|---|
{$ event.name | e $} | {$ event.description | lang $} |
{$ method.description | lang $}
{% if method.returns and method.returns.description %}{% if lang == "en" %}Returns{% else %}返り値{% endif %}: {$ method.returns.description | lang $}
{% endif %} {% if method.params %}Name | Type | Description | {% else %}名前 | 型 | 概要 | {% endif %}
---|---|---|---|---|---|
{$ param.name | e $} | {$ param.typeExpression | e $} | {$ param.description | lang $} |
{$ event.description | lang $}
Name | Type | Description | {% else %}名前 | 型 | 概要 | {% endif %}
---|---|---|---|---|---|
{$ param.name | e $} | {$ param.typeExpression | e $} | {$ param.description | lang $} |