KC's Workspace
    Preparing search index...
    interface Position {
        column: number;
        line: number;
        offset: number;
    }
    Index

    Properties

    Properties

    column: number

    Source line in file. In contrast to offset it starts from 1.

    line: number

    Source column in file.

    offset: number

    Source offset in file. It starts from 0.