@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface FullscreenOptions
| Modifier and Type | Method and Description |
|---|---|
static FullscreenOptions |
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.
|
default FullscreenOptions |
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.
|
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 create()
@JsProperty(name="navigationUI") @FullscreenNavigationUI java.lang.String navigationUI()
@JsProperty void setNavigationUI(@FullscreenNavigationUI @Nonnull java.lang.String navigationUI)
@JsOverlay @Nonnull default FullscreenOptions navigationUI(@FullscreenNavigationUI @Nonnull java.lang.String navigationUI)