WebKit2.WindowProperties.prototype.get_resizable
function get_resizable(): Boolean {
    // Gjs wrapper for webkit_window_properties_get_resizable()
}
  Get whether the window should be resizable by the user or not.
- Returns
 true if the window should be resizable or false otherwise.