WebKit2WebExtension.WebHitTestResult¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
|
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class WebKit2WebExtension.WebHitTestResult(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Result of a Hit Test (Web Process Extensions).
WebKit2WebExtension.WebHitTestResult
extendsWebKit2WebExtension.HitTestResult
to provide information about theWebKit2WebExtension.DOMNode
in the coordinates of the Hit Test.New in version 2.8.
- get_js_node(world)¶
- Parameters:
world (
WebKit2WebExtension.ScriptWorld
orNone
) – aWebKit2WebExtension.ScriptWorld
, orNone
to use the default- Returns:
a
JavaScriptCore.Value
for the DOM node, orNone
- Return type:
Get the
JavaScriptCore.Value
for the DOM node in world at the coordinates of the Hit Test.New in version 2.40.
- get_node()¶
- Returns:
- Return type:
Get the
WebKit2WebExtension.DOMNode
in the coordinates of the Hit Test.New in version 2.8.
Deprecated since version 2.40: Use
WebKit2WebExtension.WebHitTestResult.get_js_node
() instead
Property Details¶
- WebKit2WebExtension.WebHitTestResult.props.node¶
- Name:
node
- Type:
- Default Value:
- Flags:
The
WebKit2WebExtension.DOMNode
Deprecated since version 2.40.