Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-floating-ui-dom
/
floating.ui.dom
/
VirtualElement
Virtual
Element
external
interface
VirtualElement
(
source
)
Custom positioning reference element.
API Docs
Members
Properties
context
Element
Link copied to clipboard
abstract
val
contextElement
:
Element
?
get
Client
Rects
Link copied to clipboard
abstract
val
getClientRects
:
(
)
->
ReadonlyArray
<
ClientRectObject
>
?
Functions
get
Bounding
Client
Rect
Link copied to clipboard
abstract
fun
getBoundingClientRect
(
)
:
ClientRectObject