Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the selection of an INPUT or TEXTAREA element.

Hierarchy

  • ActiveElementSelection

Index

Properties

end: number

End of the selection, that is, one plus the index of the last selected character.

length: number

The number of selected characters.

start: number

Start of the selection, that is, the index of the first selected character.

text: string

The selected text

Generated using TypeDoc