blockly > IToolbox > إعداد
يقوم بتهيئة مربع الأدوات.
Signature:
init(): void;
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `init()` method is used to initialize the Blockly toolbox."],["This method doesn't accept any arguments and doesn't return any value."],["It's part of the `IToolbox` interface which handles the toolbox functionalities in Blockly."]]],["The `IToolbox.init()` method is used to initialize the toolbox. This method takes no arguments and returns nothing (void). Its core function is to set up or prepare the toolbox for use. The method signature, `init(): void`, defines its structure, indicating it's a function named \"init\" that doesn't expect input and doesn't produce output.\n"]]