Options
All
  • Public
  • Public/Protected
  • All
Menu
inheritdoc

Hierarchy

  • SharedResizeObserver

Implements

Index

Constructors

constructor

Properties

Private resizeHandlers

resizeHandlers: Map<Element, Set<SharedResizeObserverResizeHandlerInterface>> = ...

A map of all of the observed elements and their resize handlers

memberof

SharedResizeObserver

Private resizeObserver

resizeObserver: ResizeObserver = ...

This is the ResizeObserver that dispatches callbacks to all of the handlers.

memberof

SharedResizeObserver

Methods

addObserver

removeObserver

Generated using TypeDoc