blockly > Eventos > MarkerMoveJson
Interface Events.MarkerMoveJson
Signature:
export interface MarkerMoveJson extends AbstractEventJson
Estende: AbstractEventJson
Propriedades
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2023-12-01 UTC.
[null,null,["Última atualização 2023-12-01 UTC."],[[["The `Events.MarkerMoveJson` interface describes the JSON format for marker move events in Blockly, extending the `AbstractEventJson` interface."],["It includes properties like `blockId`, `isCursor`, `newNode`, and `oldNode` to represent the marker's movement and related elements."],["`blockId`, specifying the block associated with the marker, and `oldNode`, indicating the marker's previous location, are optional."],["The `isCursor` property signifies whether the marker is a cursor, while `newNode` represents its new location within the AST."]]],[]]