[]
dashboard.VisualNS.SelectionService
• new SelectionService()
▸ createSelectionId(src?
): SelectionId
为数据点绑定一个 selectionId。
名称 | 类型 |
---|---|
src? |
SelectionId |
示例代码
const selectionId = this.visualHost.selectionService.createSelectionId();
▸ createSelectionManager(): SelectionManager
创建一个选择管理器。
示例代码
this.selectionManager = this.visualHost.selectionService.createSelectionManager();