[]
        
(Showing Draft Content)

dashboard.VisualNS.SelectionService

类: SelectionService

dashboard.VisualNS.SelectionService

Table of contents

构造方法

方法

构造方法

constructor

new SelectionService()

方法

createSelectionId

createSelectionId(src?): SelectionId

为数据点绑定一个 selectionId。

参数

名称 类型
src? SelectionId

返回值

SelectionId

示例代码

const selectionId = this.visualHost.selectionService.createSelectionId();

createSelectionManager

createSelectionManager(): SelectionManager

创建一个选择管理器。

返回值

SelectionManager

示例代码

this.selectionManager = this.visualHost.selectionService.createSelectionManager();