blockly > BlocklyOptions > الأصوات
سمة BlocklyOptions.sounds
Signature:
sounds?: boolean;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-14 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This property dictates whether sounds should be enabled in Blockly."],["If true or undefined, sounds will play, but if explicitly set to false, sounds will be disabled."]]],["The `sounds` property, part of the `BlocklyOptions` interface within the Blockly library, is a boolean. This property determines whether sound effects are enabled or disabled within the Blockly environment. If set to `true`, sound effects will play; if `false`, they will be muted. It's an optional setting, indicated by the question mark in the signature.\n"]]