Options
All
  • Public
  • Public/Protected
  • All
Menu

快搭提示框实现类

Hierarchy

  • KDNotice

Implements

Index

Constructors

constructor

  • Returns KDNotice

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

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