Liking cljdoc? Tell your friends :D

web.fullscreen.FullscreenOptions

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.
raw docstring

(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`
sourceraw docstring

set-navigation-ui!cljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close