Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > Bloquear > isInsertionMarker_
Propiedad Block.isInsertionMarker_
Es verdadero si este bloque es un marcador de inserción.
Signature:
protected isInsertionMarker_: boolean;
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-09-10 (UTC)
[null,null,["Última actualización: 2024-09-10 (UTC)"],[[["`isInsertionMarker_` is a property of the `Block` class in Blockly that indicates whether a block serves as an insertion marker."],["This property is a boolean value, meaning it can be either `true` or `false`, representing whether the block is an insertion marker or not."],["It is a protected property, meaning it is primarily intended for internal use within the Blockly library."]]],["The `Block.isInsertionMarker_` property is a boolean value indicating whether a specific block is an insertion marker. If `isInsertionMarker_` is true, the block is designated as an insertion marker. This property is protected, meaning it is intended for internal use within the Blockly framework. It essentially flags a block with the role of an insertion marker.\n"]]