Home > SYS_Message > removeFollowMouseTip
SYS_Message.removeFollowMouseTip() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
移除跟随鼠标的提示
Signature
typescript
removeFollowMouseTip(tip?: string): Promise<void>;
1
Parameters
Parameter | Type | Description |
---|---|---|
tip | string | (Optional) 提示内容,如若传入,则仅当当前提示为指定内容时才移除 |
Returns
Promise<void>
Remarks
移除当前或指定的跟随鼠标的提示