[]
        
(Showing Draft Content)

dashboard.VisualNS.IInteractionCommand

接口: IInteractionCommand

dashboard.VisualNS.IInteractionCommand

Hierarchy

Table of contents

属性

属性

name

name: "Keep" | "Exclude" | "Drill" | "Jump"

交互命令名称,包括'Keep', 'Exclude', 'Drill', 'Jump'。

Overrides

ICommandDescription.name


payload

payload: Object

交互命令的负载。

Type declaration

名称 类型
position? IPosition
selectionIds? SelectionId | SelectionId[]

position?: IPosition

交互命令的位置。


selectionIds?: SelectionId | SelectionId[]

需要交互的selectionIds。


Overrides

ICommandDescription.payload