--- page: 'reference-detail' title: '{$ doc.name $}' name: '{$ doc.name $}' collection: 'components' 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.
Name | Type Default Value |
Description | {% else %}名前 | 型 / デフォルト値 | 概要 | {% endif %}
---|---|---|---|---|---|
{$ attribute.name | e $} |
{% if attribute.type %}{$ attribute.type.typeExpression | e $}{% endif %}
{% if attribute.default %} {$ attribute.default | e $}{% endif %} |
{$ attribute.description | lang $} {% if attribute.required %} {% if lang == "en" %}Required{% else %}必須{% endif %} {% else %} {% if lang == "en" %}Optional{% else %}Optional{% endif %} {% endif %} |
Modifier | Description | {% else %}Modifier名 | 概要 | {% endif %}
---|---|---|---|
{$ modifier.name | e $} | {$ modifier.description | lang $} |
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 $} |