Home > SYS_MessageBox > showConfirmationMessage
SYS_MessageBox.showConfirmationMessage() method
显示确认框
签名
typescript
showConfirmationMessage(content: string, title?: string, mainButtonTitle?: string, buttonTitle?: string, callbackFn?: (mainButtonClicked: boolean) => void): void;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
content | string | 消息文本,支持使用 |
title | string | (Optional) 确认框标题 |
mainButtonTitle | string | (Optional) 主要按钮标题 |
buttonTitle | string | (Optional) 主要按钮标题 |
callbackFn | (mainButtonClicked: boolean) => void | (Optional) 回调函数,如需调用插件内的函数,请在函数名前加上插件的唯一 ID,以西文句号 |
返回值
void
备注
显示一个拥有确认和取消按钮的确认框