DOM.DOMRect (dom v0.1.0)

Implementation of DOMRect interface https://www.w3.org/TR/geometry-1/#DOMRect

Link to this section Summary

Link to this section Types

@type t() :: %DOM.DOMRect{
  bottom: float(),
  height: float(),
  left: float(),
  right: float(),
  top: float(),
  width: float(),
  x: float(),
  y: float()
}