סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > סמן > in
שיטת Cursor.in()
מוצאים את החיבור או את השדה.
Signature:
in(): ASTNode | null;
החזרות:
ASTNode | null
הרכיב in, או null אם הצומת הנוכחי לא מוגדר או שאין ערך בכלל.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-12 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-12 (שעון UTC)."],[[["The `Cursor.in()` method locates the connection or field that serves as the input for the current block."],["It returns the corresponding ASTNode representing this input element, or null if none is found."],["This method is crucial for understanding and manipulating the flow of data and logic within Blockly workspaces."]]],[]]