MCPcopy Create free account
hub / github.com/apitable/apitable / focus

Method focus

packages/datasheet/src/pc/components/editors/interface.ts:22–22  ·  view source on GitHub ↗
(preventScroll?: boolean)

Source from the content-addressed store, hash-verified

20
21export interface IEditor {
22 focus(preventScroll?: boolean): void;
23 blur?: () => void;
24
25 onEndEdit(cancel: boolean): void;

Callers 15

triggerClickFunction · 0.65
triggerClickFunction · 0.65
triggerClickFunction · 0.65
onClickFunction · 0.65
focusFunction · 0.65
GroupHeaderFunction · 0.65
PreviewFileModalFunction · 0.65
SlateEditorBaseFunction · 0.65
ToolbarFunction · 0.65
handleInsertLinkNodeFunction · 0.65
HighlightPickerFunction · 0.65
toggleBlockFunction · 0.65

Implementers 1

DateTimeEditorBasepackages/datasheet/src/pc/components/e

Calls

no outgoing calls

Tested by

no test coverage detected