Package elemental2.dom
Class CaretPosition
- java.lang.Object
-
- elemental2.dom.CaretPosition
-
@JsType(isNative=true, namespace="<global>") public class CaretPosition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description double
offset
Node
offsetNode
-
Constructor Summary
Constructors Constructor Description CaretPosition()
-
-
-
Field Detail
-
offset
public double offset
-
offsetNode
public Node offsetNode
-
-