close


Description:

public virtual signal void close ()

Emitted when closing a WebView is requested.

This occurs when a call is made from JavaScript's <function>window.close</function> function or after trying to close the web_view with try_close. It is the owner's responsibility to handle this signal to hide or destroy the WebView, if necessary.