SYS_MessageBox class
系统 / 消息框类
签名
typescript
export declare class SYS_MessageBox
1
备注
生成消息提示框
方法
方法名 | 修饰符 | 描述 |
---|---|---|
showConfirmationMessage(content, title, mainButtonTitle, buttonTitle, callbackFn) | 显示确认框 | |
显示消息框 |
系统 / 消息框类
export declare class SYS_MessageBox
生成消息提示框
方法名 | 修饰符 | 描述 |
---|---|---|
showConfirmationMessage(content, title, mainButtonTitle, buttonTitle, callbackFn) | 显示确认框 | |
显示消息框 |