@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 FullscreenOptions dictionary is used to provide configuration options when calling requestFullscreen() on an element to place that element into 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(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 @Nonnull java.lang.String navigationUI)