Skip to content

HtmlLocation

Defined in: source-location.ts:162

HTML/XML location - CSS selector or XPath.

readonly optional column: number

Defined in: source-location.ts:167


readonly file: string

Defined in: source-location.ts:50

Path to the source file

BaseSourceLocation.file


readonly kind: "html"

Defined in: source-location.ts:163

Discriminator for the location type

BaseSourceLocation.kind


readonly optional line: number

Defined in: source-location.ts:166


readonly optional selector: string

Defined in: source-location.ts:164


readonly optional xpath: string

Defined in: source-location.ts:165