@legumeinfo/web-components
    Preparing search index...

    Type Alias CallbackFunction

    CallbackFunction: (entries: ResizeObserverEntry[]) => void

    The signature of the callback function required when initializing the controller.

    Type declaration

      • (entries: ResizeObserverEntry[]): void
      • Parameters

        • entries: ResizeObserverEntry[]

          An array of entries that can be used to access the new dimensions of observed elements.

        Returns void