kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
CaretPosition
Caret
Position
abstract
class
CaretPosition
:
JsAny
(
source
)
Exposes the JavaScript
CaretPosition
to Kotlin
Members
Constructors
Caret
Position
Link copied to clipboard
constructor
(
)
Properties
offset
Link copied to clipboard
open
val
offset
:
Int
offset
Node
Link copied to clipboard
open
val
offsetNode
:
Node
Functions
get
Client
Rect
Link copied to clipboard
fun
getClientRect
(
)
:
DOMRect
?