ValidationLocation
File location attached to an analyzer issue.
SDK v2026.4.0
Kind: interface
Signature
export interface ValidationLocationProperties
file(string): Source file that produced the issue.line(number): One-based source line number.column(number): One-based source column number.