Google Apps Script API
    Preparing search index...
    interface InsertTextRequest {
        cellLocation?: GoogleAppsScript.Slides.Schema.TableCellLocation;
        insertionIndex?: number;
        objectId?: string;
        text?: string;
    }
    Index

    Properties

    insertionIndex?: number
    objectId?: string
    text?: string