MCPcopy Create free account
hub / github.com/editablejs/editable / cut

Method cut

packages/editor/src/plugin/editable.ts:137–137  ·  view source on GitHub ↗
(range?: Range)

Source from the content-addressed store, hash-verified

135 focus(start?: boolean): void
136 copy(range?: Range): void
137 cut(range?: Range): void
138 selectWord: (options?: SelectWordOptions) => void
139 selectLine: (options?: SelectWordOptions) => void
140 insertFromClipboard(at?: Range): void

Callers 3

withKeydownFunction · 0.80
onSelectFunction · 0.80
onSelectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected