Options
All
  • Public
  • Public/Protected
  • All
Menu

快搭消息,通知,弹框的接口

Hierarchy

  • INotice

Implemented by

Index

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 }

悬浮出现在页面角落,显示全局的通知提醒消息。 这个与message有点功能重叠 可以控制不自动关闭

Type declaration

  • Optional error?: NofErrorHandel

    错误通知

  • Optional info?: NofInfoHandel

    信息通知

  • Optional success?: NofSuccessHandel

    成功通知

  • Optional warn?: NofWarnHandel

    警告通知

init

init: () => void

初始化

Type declaration

    • (): void
    • Returns void

loading

loading: LoadingHandel

加载中

Generated using TypeDoc