WebHitTestResult.contextIsEditable

Check whether there is an editable element at the hit test position.

Checks whether webkit.types.HitTestResultContext.Editable flag is present in the context flags.

class WebHitTestResult
bool
contextIsEditable
()

Return Value

Type: bool

true if the hit test covers an editable element or false otherwise.