mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
Export fields from the Selection object. (#14752)
See: https://developer.mozilla.org/en-US/docs/Web/API/Selection
This commit is contained in:
@@ -107,6 +107,13 @@ type
|
||||
timing*: PerformanceTiming
|
||||
|
||||
Selection* {.importc.} = ref object ## see `docs<https://developer.mozilla.org/en-US/docs/Web/API/Selection>`_
|
||||
anchorNode*: Node
|
||||
anchorOffset*: int
|
||||
focusNode*: Node
|
||||
focusOffset*: int
|
||||
isCollapsed*: bool
|
||||
rangeCount*: int
|
||||
`type`*: cstring
|
||||
|
||||
LocalStorage* {.importc.} = ref object
|
||||
|
||||
|
||||
Reference in New Issue
Block a user