Home > @rainway/web > FullscreenOptions_2
FullscreenOptions_2 interface
Options passed into InboundStream.requestFullscreen().
Signature:
export interface FullscreenOptions
Properties
Property | Type | Description |
---|---|---|
lockKeyboard? | boolean | (Optional) Whether to additionally lock the keyboard, preventing keypresses like Ctrl+F or Esc from reaching the browser until fullscreen is left. Defaults to true. |
lockPointer? | boolean | (Optional) Whether to additionally lock the pointer. Defaults to true. |