Type Alias ScriptSyntaxError

type ScriptSyntaxError = {
    qColInLine?: number;
    qErrLen?: number;
    qLineInTab?: number;
    qSecondaryFailure?: boolean;
    qTabIx?: number;
    qTextPos?: number;
}
Index

Properties

qColInLine?: number

Position of the erroneous text from the beginning of the line.

qErrLen?: number

Length of the word where the error is located.

qLineInTab?: number

Line number in the section where the error is located.

qSecondaryFailure?: boolean

The default value is false.

qTabIx?: number

Number of the faulty section.

qTextPos?: number

Position of the erroneous text from the beginning of the script.