WebKit2.ColorChooserRequest::finished

connect('finished', function (colorChooserRequest, ): void);
  

Emitted when the @request finishes. This signal can be emitted because the user completed the @request calling WebKit2.ColorChooserRequest.prototype.finish, or cancelled it with WebKit2.ColorChooserRequest.prototype.cancel or because the color input element is removed from the DOM.

Since 2.8

colorChooserRequest

instance of WebKit2.ColorChooserRequest that is emitting the signal