The FullscreenOptions dictionary is used to provide configuration
when calling requestFullscreen()
on an element to place that
into full-screen mode.
The FullscreenOptions dictionary is used to provide configuration when calling `requestFullscreen()` on an element to place that into full-screen mode.
(navigation-ui this)
Property.
The web.fullscreen.FullscreenOptions
dictionary's navigationUI
is used when calling requestFullscreen()
to specify to what
the user agent should include its standard user interface while
element is presented in full-screen mode.
let fullscreenOptions = { navigationUI: value };
See also: https://developer.mozilla.org/en-US/docs/Web/API/FullscreenOptions/navigationUI
Property. The `web.fullscreen.FullscreenOptions` dictionary's navigationUI is used when calling `requestFullscreen()` to specify to what the user agent should include its standard user interface while element is presented in full-screen mode. `let fullscreenOptions = { navigationUI: value };` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FullscreenOptions/navigationUI`
(set-navigation-ui! this val)
Property.
The web.fullscreen.FullscreenOptions
dictionary's navigationUI
is used when calling requestFullscreen()
to specify to what
the user agent should include its standard user interface while
element is presented in full-screen mode.
let fullscreenOptions = { navigationUI: value };
See also: https://developer.mozilla.org/en-US/docs/Web/API/FullscreenOptions/navigationUI
Property. The `web.fullscreen.FullscreenOptions` dictionary's navigationUI is used when calling `requestFullscreen()` to specify to what the user agent should include its standard user interface while element is presented in full-screen mode. `let fullscreenOptions = { navigationUI: value };` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FullscreenOptions/navigationUI`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close