The ResizeObserverEntry interface is the object passed to the
web.ResizeObserver() constructor.
The ResizeObserverEntry interface is the object passed to the `web.ResizeObserver()` constructor.
(content-rect this)Property.
The contentRect read-only property of the web.ResizeObserverEntry
returns the new content rectangle of the element whose size is
observed.
var contentRect = resizeObserverEntry.contentRect;
See also: https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/contentRect
Property. The contentRect read-only property of the `web.ResizeObserverEntry` returns the new content rectangle of the element whose size is observed. `var contentRect = resizeObserverEntry.contentRect;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/contentRect`
(set-content-rect! this val)Property.
The contentRect read-only property of the web.ResizeObserverEntry
returns the new content rectangle of the element whose size is
observed.
var contentRect = resizeObserverEntry.contentRect;
See also: https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/contentRect
Property. The contentRect read-only property of the `web.ResizeObserverEntry` returns the new content rectangle of the element whose size is observed. `var contentRect = resizeObserverEntry.contentRect;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/contentRect`
(set-target! this val)Property.
The target read-only property of the web.ResizeObserverEntry
returns reference to the web.Element or svg.SVGElement that
resized.
var element = ResizeObserverEntry.target; var svgElement = ResizeObserverEntry.target;
See also: https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/target
Property. The target read-only property of the `web.ResizeObserverEntry` returns reference to the `web.Element` or `svg.SVGElement` that resized. `var element = ResizeObserverEntry.target; var svgElement = ResizeObserverEntry.target;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/target`
(target this)Property.
The target read-only property of the web.ResizeObserverEntry
returns reference to the web.Element or svg.SVGElement that
resized.
var element = ResizeObserverEntry.target; var svgElement = ResizeObserverEntry.target;
See also: https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/target
Property. The target read-only property of the `web.ResizeObserverEntry` returns reference to the `web.Element` or `svg.SVGElement` that resized. `var element = ResizeObserverEntry.target; var svgElement = ResizeObserverEntry.target;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/target`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |