blockly > Eventi > CommentMoveJson
Firma:
export interface CommentMoveJson extends CommentBaseJson
Espande: CommentBaseJson
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-08-29 UTC.
[null,null,["Ultimo aggiornamento 2024-08-29 UTC."],[[["The `CommentMoveJson` interface, extending `CommentBaseJson`, describes the data structure for a comment move event in Blockly."],["This interface includes properties for the comment's old and new coordinates, represented as strings."]]],["The `CommentMoveJson` interface, extending `CommentBaseJson`, defines the structure for representing the movement of a comment. It includes two key properties: `newCoordinate` and `oldCoordinate`, both of type string. These properties capture the comment's new and previous coordinates, respectively, when a move event occurs. This information is crucial for tracking the spatial repositioning of comments within a system.\n"]]