Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RaspberryPiFoundation/blockly
/ getFocusableElement
Function
getFocusableElement
packages/blockly/core/zoom_controls.ts:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
getFocusableElement() {
89
return
this.group;
90
}
91
92
getFocusableTree() {
93
return
this.workspace;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected