WebHitTestResult.contextIsScrollbar

Check whether there is a scrollbar at the hit test position.

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

class WebHitTestResult
bool
contextIsScrollbar
()

Return Value

Type: bool

true if the hit test covers a scrollbar or false otherwise.