KC's Workspace
    Preparing search index...

    A line and column position within a source file.

    interface Location {
        column: number;
        line: number;
    }
    Index

    Properties

    Properties

    column: number

    The column number, starting from 1.

    line: number

    The line number, starting from 1.