MCPcopy
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

onRenderHTMLMethod · 0.95
handleClickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected