Refs

Properties

Link copied to clipboard

A React ref to the floating element.

Link copied to clipboard
abstract val reference: RefObject<R>

A React ref to the reference element.

Link copied to clipboard
abstract val setFloating: Ref<HTMLElement>

A callback to set the floating element (reactive).

Link copied to clipboard
abstract val setReference: Ref<R>

A callback to set the reference element (reactive).