The FullscreenOptions dictionary is used to provide configuration
when calling web.requestFullscreen() on an element to place
element into full-screen mode.
The FullscreenOptions dictionary is used to provide configuration when calling `web.requestFullscreen()` on an element to place element into full-screen mode.
(navigation-ui this)Property.
The web.FullscreenOptions dictionary's navigationUI property
used when calling web.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.FullscreenOptions` dictionary's navigationUI property
used when calling `web.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.FullscreenOptions dictionary's navigationUI property
used when calling web.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.FullscreenOptions` dictionary's navigationUI property
used when calling `web.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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |