dijit/place.__Rectangle (version 1.10)

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new place.__Rectangle()

Property Summary

  • hheight in pixels.
  • wwidth in pixels.
  • xhorizontal offset in pixels, relative to document body
  • yvertical offset in pixels, relative to document body

Properties

h
Defined by: dijit/place

height in pixels. Can also be specified as "height" for backwards-compatibility.

w
Defined by: dijit/place

width in pixels. Can also be specified as "width" for backwards-compatibility.

x
Defined by: dijit/place

horizontal offset in pixels, relative to document body

y
Defined by: dijit/place

vertical offset in pixels, relative to document body

Error in the documentation? Can’t find what you are looking for? Let us know!