blockly > BlockSvg > saveConnections
BlockSvg.saveConnections property
Signature:
saveConnections?: (p1: BlockSvg) => void;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 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"]]