Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResizeObserverElementData<E>

remarks

@since 2.3.0

Type parameters

  • E: HTMLElement = HTMLElement

Hierarchy

Index

Properties

element: E

The element that changed due to the resize observer.

height: number

The height for the element that was changed.

scrollHeight: number

The scroll height for the element that was changed.

scrollWidth: number

The scroll height for the element that was changed.

width: number

The width for the element that was changed.

Generated using TypeDoc