研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly > ToolboxCategory > CssConfig > rowcontentcontainer
ToolboxCategory.CssConfig.rowcontentcontainer 属性
Signature:
rowcontentcontainer?: string;
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-11。
[null,null,["最后更新时间 (UTC):2024-10-11。"],[[["`rowcontentcontainer` is an optional property within the `CssConfig` interface of the `ToolboxCategory` namespace."],["It's a string that potentially defines a CSS class for the container holding the category's content (likely blocks) within a toolbox row."],["This property allows for customization of the visual appearance of a category's content container within the Blockly toolbox through CSS styling."]]],["The `rowcontentcontainer` property, part of the `CssConfig` interface within the `ToolboxCategory` namespace, is defined as an optional string. This indicates that it is a configurable attribute that can be used to define styling related to the container for row content within a toolbox category. It accepts a string value, allowing for customization through CSS.\n"]]