# 接口: InteractionModeMap

# 属性

# dataset

dataset: InteractionModeFunction

返回同一数据集中的项目。如果 options.intersect 参数为 true,我们仅在与某些内容相交时才返回项目。如果 options.intersect 为 false,我们将找到最接近的项目并返回该数据集中的项目。

# 定义于

types/index.d.ts:741 (新窗口打开)


# index

index: InteractionModeFunction

返回相同索引处的项目。如果 options.intersect 参数为 true,我们仅在与某些内容相交时才返回项目。如果 options.intersect 模式为 false,我们将找到最接近的项目并返回与该项目具有相同索引的项目。

# 定义于

types/index.d.ts:735 (新窗口打开)


# nearest

nearest: InteractionModeFunction

nearest 模式返回最接近该点的元素。

# 定义于

types/index.d.ts:750 (新窗口打开)


# point

point: InteractionModeFunction

Point 模式返回所有基于事件位置的事件命中测试的元素。

# 定义于

types/index.d.ts:746 (新窗口打开)


# x

x: InteractionModeFunction

x 模式返回在当前 x 坐标处命中测试的元素。

# 定义于

types/index.d.ts:754 (新窗口打开)


# y

y: InteractionModeFunction

y 模式返回在当前 y 坐标处命中测试的元素。

# 定义于

types/index.d.ts:758 (新窗口打开)