blockly >主题 >getComponentStyle

Theme.getComponentStyle() 方法

获取给定 Blockly 界面组件的样式。如果样式值是字符串,我们会尝试查找任何命名引用的值。

Signature:

getComponentStyle(componentName: string): string | null;

参数

参数 类型 说明
componentName 字符串 组件的名称。

返回

字符串 |null

样式值。