Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextSelection

A text selection.

Hierarchy

Indexable

[key: string]: JSONValue

A text selection.

Index

Properties

Properties

end

The position of the last character in the current range.

Notes

If this position is less than [start] then the range is considered to be backward.

start

start: IPosition

The position of the first character in the current range.

Notes

If this position is greater than [end] then the range is considered to be backward.

style

The style of this selection.

uuid

uuid: string

The uuid of the text selection owner.

Generated using TypeDoc