रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > bumpObjects > bumpIntoBoundsHandler
बम्पऑब्जेक्ट.bumpIntoBoundsHandler() फ़ंक्शन
तय सीमाओं को पार करने पर बंपिंग ऑब्जेक्ट के लिए एक हैंडलर बनाता है.
हस्ताक्षर:
export declare function bumpIntoBoundsHandler(workspace: WorkspaceSvg): (p1: Abstract) => void;
पैरामीटर
पैरामीटर |
टाइप |
ब्यौरा |
कार्यस्थान |
WorkspaceSvg |
वह फ़ाइल फ़ोल्डर जिसे मैनेज करना है. |
लौटाए जाने वाले प्रॉडक्ट:
(p1: ऐब्स्ट्रैक्ट) => अमान्य
इवेंट हैंडलर.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया."],[[["The `bumpObjects.bumpIntoBoundsHandler()` function generates an event handler that manages the behavior of objects colliding with the workspace boundaries."],["This function accepts the workspace as input and returns a handler function specifically designed for the `bumpIntoBounds` event."],["The returned handler function takes an `Abstract` event as input, typically triggered when an object interacts with the workspace bounds."]]],[]]