封鎖 >留言 >WorkspaceComment
Signature:
export declare class WorkspaceComment
建構函式
屬性
屬性 |
修飾符 |
類型 |
說明 |
丟棄 |
protected |
布林值 |
這則留言是否已移除。 |
丟棄 |
protected |
布林值 |
是否移除這則留言。 |
id |
readonly |
字串 |
這則留言的專屬 ID。 |
位置資訊 |
protected |
座標 |
工作區座標中註解的位置。 |
工作區 |
readonly |
Workspace |
|
方法
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-27 (世界標準時間)。
[null,null,["上次更新時間:2024-08-27 (世界標準時間)。"],[[["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."]]],[]]