type ErrorSummaryNavigateToErrorEvent = {
readonly validationPosition: number; // positive integer
readonly controlName : string; // Form Runner control name
readonly repetitions : number[]; // 1-based repeat indexes if within repeated grids/sections
readonly controlLabel : string; // control label in the current language
readonly validationMessage : string; // validation message in the current language
readonly validationLevel : string; // "error", "warning", or "info"
readonly sectionNames : string[]; // ancestor section names
readonly elementId : string; // id of the element in the DOM (can be missing from the DOM!)