InnerEditorEvent
编辑器的内部编辑器事件,通过 app.editor.on()
监听。
事件属性
editTarget: UI
当前编辑的目标元素。
innerEditor: InnerEditor
内部编辑器。
事件名称
InnerEditorEvent.BEFORE_OPEN
before 打开内部编辑器事件
innerEditor.before_open
InnerEditorEvent.OPEN
打开内部编辑器事件
innerEditor.open
InnerEditorEvent.BEFORE_CLOSE
before 关闭内部编辑器事件
innerEditor.before_close
InnerEditorEvent.CLOSE
关闭内部编辑器事件
innerEditor.close