A position in source code, identified by line and column numbers.

Hierarchy

  • AnalysisPosition

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
col: number

The column number in the source file (1-based).

line: number

The line number in the source file (1-based).

Generated using TypeDoc