blockly > BlockSvg > saveConnections
BlockSvg.saveConnections mülkü
İmza:
saveConnections?: (p1: BlockSvg) => void;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-12 UTC.
[null,null,["Son güncelleme tarihi: 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"]]