blockly > BlockSvg > saveConnections
Eigenschaft „BlockSvg.saveConnections“
Unterschrift:
saveConnections?: (p1: BlockSvg) => void;
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-12 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]