# Interface: ElementLocation
### Properties
* [attrs](#attrs)
* [endCol](#endcol)
* [endOffset](#endoffset)
* [endLine](#endline)
* [endTag](#endtag)
* [startCol](#startcol)
* [startOffset](#startoffset)
* [startLine](#startline)
* [startTag](#starttag)
---
## Properties
### attrs
**● attrs**: *\[attributeName: `string`\]: [Location](location.md)*
Start tag attributes' location info
___
### endCol
**● endCol**: *`number`*
One-based column index of the last character
___
### endOffset
**● endOffset**: *`number`*
Zero-based last character index
___
### endLine
**● endLine**: *`number`*
One-based line index of the last character
___
### endTag
**● endTag**: *[Location](location.md)*
Element's end tag location info.
___
### startCol
**● startCol**: *`number`*
One-based column index of the first character
___
### startOffset
**● startOffset**: *`number`*
Zero-based first character index
___
### startLine
**● startLine**: *`number`*
One-based line index of the first character
___
### startTag
**● startTag**: *[StartTagLocation](start-tag-location.md)*
Element's start tag location info.
___