MCPcopy Create free account
hub / github.com/WorldBrain/Memex / FocusableComponent

Interface FocusableComponent

src/annotations/components/types.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ResultHoverState } from 'src/dashboard-refactor/search-results/types'
2
3export interface FocusableComponent {
4 focus(): void
5}
6
7export type NoteResultHoverState = ResultHoverState | 'note'

Callers 8

componentDidMountMethod · 0.65
handleClearSearchMethod · 0.65
componentDidMountMethod · 0.65
handleClearSearchMethod · 0.65
AnnotationsSidebarClass · 0.65
RibbonClass · 0.65
BlacklistContainerClass · 0.65
SocialResultItemClass · 0.65

Implementers 3

AnnotationEditsrc/annotations/components/AnnotationE
AnnotationCreatesrc/annotations/components/AnnotationC
AnnotationEditablesrc/annotations/components/AnnotationE

Calls

no outgoing calls

Tested by

no test coverage detected