Iron Gorilla Developers

ValidationLocation

File location attached to an analyzer issue.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ValidationLocation

Properties

  • file (string): Source file that produced the issue.
  • line (number): One-based source line number.
  • column (number): One-based source column number.

On this page