@enpage/editor
v0.0.35
Published
## Events
Downloads
80
Readme
Enpage Editor Component
Events
Iframe events
Iframe event types posted from the iframe to the parent window`.
iframe-focused
- Fired when the iframe is focused on touch devices.iframe-blurred
- Fired when the iframe is blurred on touch devices.element-selected
- Fired when an element is selected.dom-updated
- Fired when the DOM is updated.
Editor events
Editor event types posted from the parent window to the iframe.
editor-dragover
- Fired when the drag operation is over the iframe.editor-dragend
- Fired when the drag operation ends over the iframe.editor-drop
- Fired when the drop operation ends over the iframe.