WebHitTestResult.contextIsEditable

bool 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.

Returns

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