@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface FullscreenOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FullscreenOptions.Builder
The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in fullscreen mode.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static FullscreenOptions.Builder |
of() |
void |
setNavigationUI(@JsNonNull 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.
|
@JsOverlay @Nonnull static FullscreenOptions.Builder of()
@JsProperty(name="navigationUI") @FullscreenNavigationUI java.lang.String navigationUI()
@JsProperty void setNavigationUI(@FullscreenNavigationUI @JsNonNull java.lang.String navigationUI)