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

Method insertFromClipboard

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

Source from the content-addressed store, hash-verified

138 selectWord: (options?: SelectWordOptions) => void
139 selectLine: (options?: SelectWordOptions) => void
140 insertFromClipboard(at?: Range): void
141 insertTextFromClipboard(at?: Range): void
142 insertFile(file: File, at?: Range): void
143 on: <T extends EventType>(type: T, handler: EventHandler<T>, prepend?: boolean) => void

Callers 1

onSelectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected