Options
All
  • Public
  • Public/Protected
  • All
Menu

vant的提示实现类包含(对话,提示,通知)

Hierarchy

  • VantNoticeImpl

Implements

  • INotice

Index

Constructors

constructor

  • Returns VantNoticeImpl

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

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