סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > RenderedConnection > sourceBlock_
הנכס RenderedConnection.sourceBlock_
Signature:
sourceBlock_: BlockSvg;
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-12 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-12 (שעון UTC)."],[[["`sourceBlock_` is a property of the `RenderedConnection` class in Blockly, holding a reference to the `BlockSvg` instance that the connection belongs to."],["This property stores the block that this connection originates from, enabling navigation and interaction between connected blocks within the Blockly workspace."]]],["The `RenderedConnection.sourceBlock_` property, of type `BlockSvg`, represents a core element within a block-based programming environment. It directly references the `BlockSvg` instance, which is the visual representation of a block. This property essentially links a connection point to its parent block, indicating the block to which the connection belongs. This `sourceBlock_` property is essential for understanding the block's context and relationship within the program.\n"]]