Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 CDE 创建一个交互式仪表板,并且我希望在单击树形图的元素时设置一个参数。
我创建了一个参数并可以显示(通过文本组件),我还编写了一个 clickAction 来显示我想要设置给参数的所需值。问题是,如何设置参数?
简单,简单:
Dashboards.fireChange('paramname', paramvalue);