Types
SnotifyType
- definition
SnotifyType = 'simple' | 'success' | 'error' | 'warning' | 'info' | 'async' | 'confirm' | 'prompt'; `
SnotifyEvent
- definition
SnotifyType = 'mounted' | 'beforeShow' | 'shown' | 'input' | 'click' | 'mouseenter' | 'mouseleave' | 'beforeHide' | 'hidden' | 'destroyed'; `