Appearance
设置和监听大屏控件的样式变化。
此节点用于设置和监听大屏控件的样式变化,如字体、颜色、大小等。
设置字体样式:
msg.payload = { type: "style", id: "txt_01", fontSize: 18, color: "#333" };