Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
export
interface
IEditor {
22
focus(preventScroll?: boolean): void;
23
blur?: () => void;
24
25
onEndEdit(cancel: boolean): void;
Callers
15
triggerClick
Function · 0.65
triggerClick
Function · 0.65
triggerClick
Function · 0.65
onClick
Function · 0.65
focus
Function · 0.65
GroupHeader
Function · 0.65
PreviewFileModal
Function · 0.65
SlateEditorBase
Function · 0.65
Toolbar
Function · 0.65
handleInsertLinkNode
Function · 0.65
HighlightPicker
Function · 0.65
toggleBlock
Function · 0.65
Implementers
1
DateTimeEditorBase
packages/datasheet/src/pc/components/e
Calls
no outgoing calls
Tested by
no test coverage detected