control.clearNotification (客户端 API 参考)

删除已为控件显示的消息。

支持的控件类型

全部

Syntax

formContext.getControl(arg).clearNotification(uniqueId);

参数

Name 类型 必选 Description
uniqueId String 用于清除使用 setNotificationaddNotification 设置的特定消息的 ID。 uniqueId如果未指定参数,将清除当前显示的通知。

返回值

类型:布尔值

说明:指示方法是否成功。