@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 full-screen mode.
|
| Modifier and Type | Method and Description |
|---|---|
static FullscreenOptions.Builder |
create() |
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.
|
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 create()
@JsProperty(name="navigationUI") @FullscreenNavigationUI java.lang.String navigationUI()
@JsProperty void setNavigationUI(@FullscreenNavigationUI @JsNonNull java.lang.String navigationUI)