WebKit2.WindowProperties.prototype.get_fullscreen

function get_fullscreen(): Boolean {
    // Gjs wrapper for webkit_window_properties_get_fullscreen()
}
  

Get whether the window should be shown in fullscreen state or not.

Returns

true if the window should be fullscreen or false otherwise.