研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >工具箱 >updateCursorDeleteStyle_
根据在工具箱上放置光标后,光标所在的块或气泡是否会被删除,添加或移除光标的 CSS 样式(使用内部 this.willDelete_ 属性)。
Signature:
protected updateCursorDeleteStyle_(addStyle: boolean): void;
参数
参数 |
类型 |
说明 |
addStyle |
布尔值 |
是应该添加或移除样式。 |
返回:
void
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["The `updateCursorDeleteStyle_` method dynamically modifies the toolbox cursor to visually indicate whether a dragged block will be deleted upon release."],["This visual cue is determined by the `wouldDelete_` property, reflecting if the hovered area is a drop target for deletion."],["The method accepts a boolean parameter, `addStyle`, dictating whether to apply or remove the delete cursor style."]]],[]]