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

    Arguments for FileRequest messages.

    interface InlayHintsRequestArgs {
        file: string;
        length: number;
        projectFileName?: string;
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string

    The file for the request (absolute pathname required).

    length: number

    Length of the span.

    projectFileName?: string
    start: number

    Start position of the span.