• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Interface: ElementLocation
2
3### Properties
4
5* [attrs](#attrs)
6* [endCol](#endcol)
7* [endOffset](#endoffset)
8* [endLine](#endline)
9* [endTag](#endtag)
10* [startCol](#startcol)
11* [startOffset](#startoffset)
12* [startLine](#startline)
13* [startTag](#starttag)
14
15---
16
17## Properties
18
19<a id="attrs"></a>
20
21###  attrs
22
23**● attrs**: *\[attributeName: `string`\]:&nbsp;[Location](location.md)*
24
25Start tag attributes' location info
26
27___
28<a id="endcol"></a>
29
30###  endCol
31
32**● endCol**: *`number`*
33
34One-based column index of the last character
35
36___
37<a id="endoffset"></a>
38
39###  endOffset
40
41**● endOffset**: *`number`*
42
43Zero-based last character index
44
45___
46<a id="endline"></a>
47
48###  endLine
49
50**● endLine**: *`number`*
51
52One-based line index of the last character
53
54___
55<a id="endtag"></a>
56
57###  endTag
58
59**● endTag**: *[Location](location.md)*
60
61Element's end tag location info.
62
63___
64<a id="startcol"></a>
65
66###  startCol
67
68**● startCol**: *`number`*
69
70One-based column index of the first character
71
72___
73<a id="startoffset"></a>
74
75###  startOffset
76
77**● startOffset**: *`number`*
78
79Zero-based first character index
80
81___
82<a id="startline"></a>
83
84###  startLine
85
86**● startLine**: *`number`*
87
88One-based line index of the first character
89
90___
91<a id="starttag"></a>
92
93###  startTag
94
95**● startTag**: *[StartTagLocation](start-tag-location.md)*
96
97Element's start tag location info.
98
99___
100
101