Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/visgl/deck.gl
/ getFullscreen
Method
getFullscreen
modules/widgets/src/fullscreen-widget.tsx:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
getFullscreen(): boolean {
87
return this.fullscreen;
88
}
89
90
onFullscreenChange() {
91
const fullscreen = document.fullscreenElement === this.getContainer();
Callers
3
onRenderHTML
Method · 0.95
handleClick
Method · 0.95
fullscreen-widget.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected