toastKing({
message:'hello globe!',
duration:5,
progressBarVis:true,
borderVis:false,
shadowVis:true,
type:'success',
design:'plain',
stopOnFocus:true,
onClick:function(){},
onDismiss:function(){}
})
| Attribute | Value |
|---|---|
| Message | "" |
| Duration | 5 |
| progressBarVis | true |
| borderVis | false |
| shadowVis | true |
| type | "none" |
| design | "plain" |
| stopOnFocus | true |
| onClick | function(){} |
| onDismiss | function(){} |