UseFloatingReturn

Types

Link copied to clipboard
interface Elements<R>
Link copied to clipboard
interface Refs<R : ReferenceElement>

Properties

Link copied to clipboard

Object containing the reference and floating elements.

Link copied to clipboard

Pre-configured positioning styles to apply to the floating element.

Link copied to clipboard
abstract val isPositioned: Boolean
Link copied to clipboard
Link copied to clipboard
abstract val placement: Placement
Link copied to clipboard

Object containing the reference and floating refs and reactive setters.

Link copied to clipboard
abstract val strategy: Strategy
Link copied to clipboard
abstract val update: () -> Unit

Update the position of the floating element, re-rendering the component if required.

Link copied to clipboard
abstract val x: Double
Link copied to clipboard
abstract val y: Double