Properties
Message
Message: { error?: MsgErrorHandel; info?: MsgInfoHandel; success?: MsgSuccessHandel; warn?: MsgWarnHandel }
Type declaration
-
Optional error?: MsgErrorHandel
-
Optional info?: MsgInfoHandel
-
Optional success?: MsgSuccessHandel
-
Optional warn?: MsgWarnHandel
MessageBox
MessageBox: { prompt?: MsgBoxConfirmHandel; success?: MsgBoxSuccessHandel }
Type declaration
-
Optional prompt?: MsgBoxConfirmHandel
-
Optional success?: MsgBoxSuccessHandel
Notification
Notification: { error?: NofErrorHandel; info?: NofInfoHandel; success?: NofSuccessHandel; warn?: NofWarnHandel }
Type declaration
-
Optional error?: NofErrorHandel
-
Optional info?: NofInfoHandel
-
Optional success?: NofSuccessHandel
-
Optional warn?: NofWarnHandel
init
init: () => void
loading
loading: LoadingHandel
快搭消息,通知,弹框的接口