blockly > serializzazione > workspaceComments > Stato
Firma:
export interface State
Proprietà
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-11-04 UTC.
[null,null,["Ultimo aggiornamento 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."]]],[]]