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

MessageBox

MessageBox: { prompt?: MsgBoxConfirmHandel; success?: MsgBoxSuccessHandel }

模拟系统的消息提示框而实现的一套模态对话框组件,用于消息提示、确认消息和提交内容。

Type declaration

Notification

Notification: { error?: NofErrorHandel; info?: NofInfoHandel; success?: NofSuccessHandel; warn?: NofWarnHandel }

显示全局的通知提醒消息。 这个与message有点功能重叠 可以控制不自动关闭

Type declaration

init

init: () => void

初始化

Type declaration

    • (): void
    • Returns void

loading

loading: LoadingHandel

加载中

Generated using TypeDoc