@servicenow/sdk - v4.4.1
    Preparing search index...

    Instances of this interface specify a location in a source file: (file, line, character offset), where line and character offset are 1-based.

    interface JsxClosingTagRequestArgs {
        file: string;
        line: number;
        offset: number;
        projectFileName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string

    The file for the request (absolute pathname required).

    line: number

    The line number for the request (1-based).

    offset: number

    The character offset (on the line) for the request (1-based).

    projectFileName?: string