研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >主题 >setStartHats
Theme.setStartHats() 方法
配置主题的“开始帽”。
Signature:
setStartHats(startHats: boolean): void;
参数
参数 |
类型 |
说明 |
startHats |
布尔值 |
如果主题启用了“正式员工帽”,则为 true,否则为 false。 |
返回:
void
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["The `setStartHats` method configures whether a theme displays start hats on blocks."],["It accepts a single boolean parameter, `startHats`, indicating if start hats should be enabled (true) or disabled (false)."],["Calling this method with `true` enables start hats, providing visual cues for starting points in block sequences."],["Conversely, using `false` disables start hats, potentially streamlining the appearance of block structures."],["This method is part of the Blockly Theme class and helps customize the visual presentation of blocks within a workspace."]]],[]]