Skip to content

EditorEvent

编辑器基础事件。

事件属性

editor: Editor

编辑器对象。

value:UI | UI[]

选中 / hover 元素。

oldValue:UI | UI[]

旧的选中 / hover 元素。

list: UI[]

选中 / hover 元素列表,没有时为空数组。

oldList: UI[]

旧的选中 / hover 元素列表,没有时为空数组。

事件名称

EditorEvent.SELECT

选择元素事件。

选择和取消都会触发, 通过 editor.target 获取选中的元素。

editor.select

EditorEvent.HOVER

hover 元素事件。

选择和取消都会触发, 通过 editor.hoverTarget 获取选中的元素列表。

editor.hover

继承

Event

API

EditorEvent

Released under the MIT License.