Package google.apps.script.type.sheets

Index

SheetsAddOnManifest

Properties customizing the appearance and execution of a Google Sheets add-on.

Fields
homepageTrigger

HomepageExtensionPoint

If present, this overrides the configuration from addOns.common.homepageTrigger.

onFileScopeGrantedTrigger

SheetsExtensionPoint

Endpoint to execute when file scope authorization is granted for this document/user pair.

linkPreviewTriggers[]

LinkPreviewExtensionPoint

A list of extension points for previewing links in a Google Sheets document. For details, see Preview links with smart chips.

SheetsExtensionPoint

Common format for declaring a Sheets add-on's triggers.

Fields
runFunction

string

Required. The endpoint to execute when this extension point is activated.