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

    Arguments for completion details request.

    interface CompletionDetailsRequestArgs {
        entryNames: (string | CompletionEntryIdentifier)[];
        file: string;
        line: number;
        offset: number;
        projectFileName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    entryNames: (string | CompletionEntryIdentifier)[]

    Names of one or more entries for which to obtain details.

    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