名前 | 型 / デフォルト値 | 概要 |
---|---|---|
visible | bool | Indicates whether the toast open and shown. (翻訳中) Optional. |
isOpen | bool |
DEPRECATED! Use visible instead.
(翻訳中)
Optional.
|
animation | string |
Animation name. Available animations are "default" , "ascend" (Android), "lift" (iOS), "fall" , "fade" or "none" .
(翻訳中)
Optional.
|
modifier | string | The appearance of the toast. (翻訳中) Optional. |
animationOptions | object |
Specify the animation’s duration, delay and timing. E.g. {duration: 0.2, delay: 0.4, timing: 'ease-in'} .
(翻訳中)
Optional.
|
onPreShow | func | Called just before the toast is displayed. (翻訳中) Optional. |
onPostShow | func | Called just after the toast is displayed. (翻訳中) Optional. |
onPreHide | func | Called just before the toast is hidden. (翻訳中) Optional. |
onPostHide | func | Called just after the toast is hidden. (翻訳中) Optional. |
onDeviceBackButton | func | Custom handler for device back button. (翻訳中) Optional. |
Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。
バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。
あわせて、下記の情報も参考にしてください。