Home > DMT_EditorControl > removeIndicatorMarkers
DMT_EditorControl.removeIndicatorMarkers() 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
removeIndicatorMarkers(tabId?: string): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
tabId | string | (Optional) 标签页 ID,如若未传入,则为最后输入焦点的画布 |
Returns
Promise<boolean>
指示标记移除是否成功,false
表示画布不支持该操作或 tabId
不存在
Remarks
本接口会移除所有已生成的指示标记