blockly > Seçenekler > hasCategories
Options.hasCategory özelliği
İmza:
hasCategories: boolean;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-12 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-12 UTC."],[[["`Options.hasCategories` is a property that determines if the Blockly workspace should display a toolbox with categories."],["This property is of boolean type, meaning it can be either `true` to show categories or `false` to hide them."],["By default, `Options.hasCategories` is set to `true`, indicating categories will be displayed in the toolbox."]]],["The `hasCategories` property, a boolean within the `Options` class, determines whether categories are present. It's a straightforward on/off switch, indicated by its boolean type. The `Options` class manages this property within Blockly, and the `hasCategories` property defines whether the Blockly application uses categories.\n"]]