MCPcopy Index your code
hub / github.com/editablejs/editable / focus

Method focus

packages/editor/src/plugin/editable.ts:135–135  ·  view source on GitHub ↗
(start?: boolean)

Source from the content-addressed store, hash-verified

133export interface Editable extends Editor {
134 blur(): void
135 focus(start?: boolean): void
136 copy(range?: Range): void
137 cut(range?: Range): void
138 selectWord: (options?: SelectWordOptions) => void

Callers 15

focusFunction · 0.80
withKeydownFunction · 0.80
withEditableFunction · 0.80
handleSelectingFunction · 0.80
handleDocumentMouseUpFunction · 0.80
InputComponentFunction · 0.80
deselectCurrentFunction · 0.80
select.tsxFile · 0.80
withLinkFunction · 0.80
LinkCreateComponentFunction · 0.80
withImageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected