Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > Eventos > ClickJson > blockId
Propiedad Events.ClickJson.blockId
Signature:
blockId?: string;
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-22 (UTC)
[null,null,["Última actualización: 2024-08-22 (UTC)"],[[["`blockId` is an optional property of the `Blockly.Events.ClickJson` interface."],["This property, of type string, stores the ID of the block that was clicked, if available."],["If the click event did not originate from a block, this property will be undefined."]]],["The `blockId` property, part of the `Events.ClickJson` interface, is an optional string. This property represents the ID of a block associated with a click event. It is defined within the `Blockly` framework, specifically in the `Events` and `ClickJson` namespace/interface. The presence of the `?` in the signature indicates that it is optional.\n"]]