Google Apps Script API
    Preparing search index...
    interface SheetsOnEdit {
        authMode: AuthMode;
        oldValue: string;
        range: GoogleAppsScript.Spreadsheet.Range;
        source: GoogleAppsScript.Spreadsheet.Spreadsheet;
        triggerUid: string;
        user: GoogleAppsScript.Base.User;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authMode: AuthMode
    oldValue: string
    triggerUid: string
    value: string