研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >评论 >WorkspaceComment
Signature:
export declare class WorkspaceComment
构造函数
属性
属性 |
修饰符 |
类型 |
说明 |
已处理 |
protected |
布尔值 |
此评论是否已处置。 |
处理 |
protected |
布尔值 |
是否正在处理此评论。 |
id |
readonly |
字符串 |
此评论的唯一标识符。 |
位置 |
protected |
坐标 |
评论的位置(以工作区坐标表示)。 |
工作区 |
readonly |
Google Workspace |
|
方法
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["The `WorkspaceComment` class represents comments that can be added to a Blockly workspace."],["It provides methods to manage the comment's properties such as text, size, location, and visibility."],["Comments can be collapsed, moved, edited, and deleted, with control over their individual editability and movability."],["This class interacts with the `Workspace` to manage its position and lifecycle."],["The comment's state can be queried to determine if it is disposed, deletable, editable, or movable."]]],[]]