Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CursorPosition

The position of a cursor selection

Hierarchy

Index

Properties

Properties

from

from: object

The starting position

Type declaration

  • index: number

    The char of the position

  • line: number

    The line of the position

to

to: object

The end position

Type declaration

  • index: number

    The char of the position

  • line: number

    The line of the position

Generated using TypeDoc