blockly > WorkspaceSvg > removeToolboxCategoryCallback
إزالة استدعاء النقر على اسم فئة مخصَّصة في مربع الأدوات
Signature:
removeToolboxCategoryCallback(key: string): void;
المعلمات
المعلمة |
النوع |
الوصف |
مفتاح |
سلسلة |
الاسم المرتبط بدالة معاودة الاتصال. |
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-28 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-28 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `removeToolboxCategoryCallback` method is used to remove a previously attached callback function associated with a custom toolbox category."],["This method takes a single argument: a string representing the unique key assigned to the callback function when it was initially added."],["Removing the callback prevents the associated function from being executed when the corresponding custom category is clicked."],["It does not return any value and modifies the workspace's internal state by detaching the identified callback."]]],[]]