Google Apps Script API
    Preparing search index...
    interface TextRun {
        content?: string;
        suggestedDeletionIds?: string[];
        suggestedInsertionIds?: string[];
        suggestedTextStyleChanges?: object;
        textStyle?: GoogleAppsScript.Docs.Schema.TextStyle;
    }
    Index

    Properties

    content?: string
    suggestedDeletionIds?: string[]
    suggestedInsertionIds?: string[]
    suggestedTextStyleChanges?: object