Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ElementLocation

Hierarchy

Index

Properties

Start tag attributes' location info

endCol: number

One-based column index of the last character

endLine: number

One-based line index of the last character

endOffset: number

Zero-based last character index

endTag: Location

Element's end tag location info.

startCol: number

One-based column index of the first character

startLine: number

One-based line index of the first character

startOffset: number

Zero-based first character index

Element's start tag location info.

Generated using TypeDoc