Google Apps Script API
    Preparing search index...

    The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.

    interface CommentQuotedFileContent {
        mimeType?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    mimeType?: string

    The MIME type of the quoted content.

    value?: string

    The quoted content itself. This is interpreted as plain text if set through the API.