webkit2webextension.HitTestResult

Undocumented in source.

Public Imports

webkit2webextension.c.types
public import webkit2webextension.c.types;
Undocumented in source.

Members

Classes

HitTestResult
class HitTestResult

A Hit Test is an operation to get context information about a given point in a #WebKitWebView. #WebKitHitTestResult represents the result of a Hit Test. It provides context information about what is at the coordinates of the Hit Test, such as if there's a link, an image or a media.

Meta