Skip to content

@jsvision/ui / EditorAction

Type Alias: EditorAction

EditorAction = "charLeft" | "charRight" | "wordLeft" | "wordRight" | "lineStart" | "lineEnd" | "lineUp" | "lineDown" | "pageUp" | "pageDown" | "textStart" | "textEnd" | "newLine" | "backSpace" | "delChar" | "delWord" | "delWordLeft" | "delStart" | "delEnd" | "delLine" | "toggleInsert" | "toggleIndent" | "startSelect" | "hideSelect" | "selectAll" | "clear" | "cut" | "copy" | "paste" | "find" | "replace" | "searchAgain" | "undo" | "redo"

Defined in: ui/src/editor/keymap.ts:24

An internal editor action id — a camelCase name for one editor operation.