Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 454 Bytes

interface.md

File metadata and controls

34 lines (24 loc) · 454 Bytes

Low-level

  • keyEvent(keydown/keyup/keypress)
  • MouseEvent(mousedown/mouseup/click/enter/leave/move)
  • FocusEvent(blur/focus)
  • InputEvent(copy/paste/insert/delete)
  • InlineComponentEvent (HTMLInputElement)

Render

  • div -> wrapper -> contenteditable -> (Optional)innerContainer

Block 内部

  • Move
    • MoveWithAlt
    • MoveWithShift
    • MoveWithShiftAlt
    • Up
    • Left
    • Right
    • Down
  • Edit
  • Copy
  • Paste

Block 之间

通用

  • Merge
  • Jump