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

    Properties

    footnoteId?: string
    footnoteNumber?: string
    suggestedDeletionIds?: string[]
    suggestedInsertionIds?: string[]
    suggestedTextStyleChanges?: object