Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-popperjs-core
/
popper.core
/
ClientRectObject
Client
Rect
Object
interface
ClientRectObject
(
source
)
Members
Properties
bottom
Link copied to clipboard
abstract
val
bottom
:
Double
height
Link copied to clipboard
abstract
val
height
:
Double
left
Link copied to clipboard
abstract
val
left
:
Double
right
Link copied to clipboard
abstract
val
right
:
Double
top
Link copied to clipboard
abstract
val
top
:
Double
width
Link copied to clipboard
abstract
val
width
:
Double
x
Link copied to clipboard
abstract
val
x
:
Double
y
Link copied to clipboard
abstract
val
y
:
Double