MobileNotification
Overview
MobileNotification は、ポップアップの通知を表示します。
Specification
Property
使用できるプロパティの一覧です。プロパティを指定して値を更新することができます。
Name | Type | Default | Description | Remark |
---|---|---|---|---|
className | string | "" | コンポーネントの class 名 | |
text | string | "" | 表示するテキスト | |
duration | number | -1 | コンポーネントを閉じるまでのミリ秒 | 単位はミリ秒 0以上の数値を指定できる もし不正な値を指定した場合(0未満もしくは数値以外)、コンポーネントは開かれたまま自動的には閉じない |
container | HTMLElement | document.body | コンポーネントを追加する対象の要素 | デフォルトではトップレベルのドキュメントオブジェクトのボディを使うので、ほとんどの場合は document.body となる container が HTMLElement 以外の場合、エラーを出力する |
Event
指定できるイベントの一覧です。
Name | Type | Description | Remark |
---|---|---|---|
close | function | コンポーネントが閉じられた時のイベントハンドラ | 引数には Event の event オブジェクトをとる |
Constructor
MobileNotification(options)
使用できる コンストラクタの一覧です。
Parameter
Name | Type | Default | Description | Remark |
---|---|---|---|---|
options | object | {} | コンポーネントのプロパティを含むオブジェクト |
Method
使用できるメソッドの一覧です。
open()
MobileNotification を表示する
Parameter
none
Return
none
close()
MobileNotification を非表示にする