Skip to content

YamlLocation

Defined in: source-location.ts:173

YAML location - path + text position.

readonly optional column: number

Defined in: source-location.ts:177


readonly file: string

Defined in: source-location.ts:50

Path to the source file

BaseSourceLocation.file


readonly kind: "yaml"

Defined in: source-location.ts:174

Discriminator for the location type

BaseSourceLocation.kind


readonly optional line: number

Defined in: source-location.ts:176


readonly path: JsonPath

Defined in: source-location.ts:175