Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > BlockSvg > saveConnections
Propiedad BlockSvg.saveConnections
Signature:
saveConnections?: (p1: BlockSvg) => void;
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-12 (UTC)
[null,null,["Última actualización: 2024-09-12 (UTC)"],[[["`saveConnections` is a property of the `BlockSvg` class possibly used to preserve the connections of a block."],["This property's value is a function that potentially saves the block's connections, accepting a `BlockSvg` instance as an argument."],["The exact usage and implementation details of `saveConnections` would require further investigation of the Blockly library's source code."]]],["The `saveConnections` property within the `BlockSvg` class is a function that accepts a `BlockSvg` object as its parameter (p1). This function's purpose is to handle the saving of connections related to the input `BlockSvg` instance. It is defined as an optional property using `?:`, so it might not be defined in every instance.\n"]]