Whether to update the position when an overflow ancestor is resized. This uses the native resize event.
resize
Whether to update the position when an overflow ancestor is scrolled.
Whether to update on every animation frame if necessary. Only use if you need to update the position in response to an animation using transforms.
Whether to update the position when either the reference or floating elements resized. This uses a ResizeObserver.
ResizeObserver
Whether to update the position when the reference relocated on the screen due to layout shift.