SelectorQuery.boundingClientRect
Put the location of the current selected node into the query result. It is similar to the getBoundingClientRect
of DOM
, the returned value includes width, height, left, top, bottom, right. If current node is window object, only width and height will be returned.