סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > serialization > workspaceComments > State
Signature:
export interface State
מאפיינים
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-04 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-04 (שעון UTC)."],[[["The `serialization.workspaceComments.State` interface defines the properties needed to serialize or deserialize the state of a workspace comment in Blockly."],["All properties within this interface are optional, allowing for flexible representation of workspace comment states."],["Properties include basic attributes like `id`, `text`, dimensions (`width`, `height`), position (`x`, `y`), and behavioral flags (`collapsed`, `deletable`, `editable`, `movable`)."],["This interface is crucial for saving and loading the state of workspace comments, enabling persistence and restoration of user interactions."]]],[]]