Options
All
  • Public
  • Public/Protected
  • All
Menu

Module YH-Designer/src/services/KdNotice

Index

Type aliases

LoadingHandel

LoadingHandel: () => any

加载中回调类型

Type declaration

    • (): any
    • Returns any

MsgBoxConfirmHandel

MsgBoxConfirmHandel: (text: string, okCallBack: ConfirmCallBackHandle, title?: string, cancelCallBack?: ConfirmCallBackHandle, btn?: any, icon?: any) => any

消息对话框确认回调类型

Type declaration

MsgBoxSuccessHandel

MsgBoxSuccessHandel: (text: string, callBackFunc: ConfirmCallBackHandle) => any

消息对话框回调类型

Type declaration

MsgErrorHandel

MsgErrorHandel: (err: string, ishtml: boolean) => any

错误消息回调类型

Type declaration

    • (err: string, ishtml: boolean): any
    • Parameters

      • err: string
      • ishtml: boolean

      Returns any

MsgInfoHandel

MsgInfoHandel: (info: string) => any

信息消息回调类型

Type declaration

    • (info: string): any
    • Parameters

      • info: string

      Returns any

MsgSuccessHandel

MsgSuccessHandel: (text: string) => any

成功消息回调类型

Type declaration

    • (text: string): any
    • Parameters

      • text: string

      Returns any

MsgWarnHandel

MsgWarnHandel: (text: string) => any

警告消息回调类型

Type declaration

    • (text: string): any
    • Parameters

      • text: string

      Returns any

NofErrorHandel

NofErrorHandel: (err: string, options?: IFormOptions, ishtml?: boolean) => any

错误通知回调类型

Type declaration

    • (err: string, options?: IFormOptions, ishtml?: boolean): any
    • Parameters

      • err: string
      • Optional options: IFormOptions
      • Optional ishtml: boolean

      Returns any

NofInfoHandel

NofInfoHandel: (info: string, options?: IFormOptions) => any

信息通知回调类型

Type declaration

NofSuccessHandel

NofSuccessHandel: (text: string, options?: IFormOptions) => any

成功通知回调类型

Type declaration

NofWarnHandel

NofWarnHandel: (text: string, options?: IFormOptions) => any

警告通知回调类型

Type declaration

Generated using TypeDoc