EditorResizeObserver
Methods
destroy
editorResizeObserver.destroy()
Destroys the observer.
observe
editorResizeObserver.observe()
Starts observing the element.
setObservedElement
editorResizeObserver.setObservedElement(element)
Sets the observed element.
| Param | Type | Description |
|---|---|---|
| element | HTMLElement | The element to observe. |
unobserve
editorResizeObserver.unobserve()
Stops observing the element.