Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VisualViewport

Hierarchy

Index

Properties

height: number
offsetLeft: number
offsetTop: number
onresize: null | ((this: VisualViewport, ev: UIEvent) => any)
onscroll: null | ((this: VisualViewport, ev: Event) => any)
pageLeft: number
pageTop: number
scale: number
width: number

Methods

  • dispatchEvent(event: Event): boolean
  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    Parameters

    Returns boolean

Generated using TypeDoc