@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface FullscreenOptions.Builder
extends FullscreenOptions
FullscreenOptions.Builder| Modifier and Type | Method and Description |
|---|---|
default FullscreenOptions.Builder |
navigationUI(java.lang.String navigationUI)
The FullscreenOptions dictionary's navigationUI property is used when calling requestFullscreen() to specify to what extent the user agent should include its standard user interface while the element is presented in full-screen mode.
|
navigationUI, of, setNavigationUI@JsOverlay @Nonnull default FullscreenOptions.Builder navigationUI(@FullscreenNavigationUI @Nonnull java.lang.String navigationUI)