if (!view.viewConfig.userSetting.bgColor) { view.viewConfig.userSetting.bgColor = "white"; }
时间: 2024-05-29 19:12:22 浏览: 53
gridpanel的使用
5星 · 资源好评率100%
This code block is checking whether a background color is already set in the user's view configuration. If it is not set, then the default value of "white" is assigned to the userSetting.bgColor property.
阅读全文