Options
All
  • Public
  • Public/Protected
  • All
Menu

快搭提示框实现类

Hierarchy

  • ElNotice

Implements

Index

Constructors

constructor

  • Returns ElNotice

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

loading

loading: LoadingHandel

加载中

Methods

init

  • init(): void
  • 初始化

    Returns void

initMsg

  • initMsg(): void
  • Returns void

initMsgBox

  • initMsgBox(): void
  • Returns void

initNof

  • initNof(): void
  • Returns void

Generated using TypeDoc