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

Method copy

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

Source from the content-addressed store, hash-verified

134 blur(): void
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

Callers 4

withKeydownFunction · 0.80
onSelectFunction · 0.80
onToggleFunction · 0.80
onSelectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected