Package google.apps.script.type.docs

Index

DocsAddOnManifest

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

Fields
homepageTrigger

HomepageExtensionPoint

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

onFileScopeGrantedTrigger

DocsExtensionPoint

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 Docs document. For details, see Preview links with smart chips.

createActionTriggers[]

CreateActionExtensionPoint

A list of extension points for creating third-party resources from within Google Workspace applications. For more information, see Create third-party resources from the @ menu.

DocsExtensionPoint

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

Fields
runFunction

string

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