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

    Arguments for TodoCommentRequest request.

    interface TodoCommentRequestArgs {
        descriptors: TodoCommentDescriptor[];
        file: string;
        projectFileName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    descriptors: TodoCommentDescriptor[]

    Array of target TodoCommentDescriptors that describes TODO comments to be found

    file: string

    The file for the request (absolute pathname required).

    projectFileName?: string