public sealed class SheetsAddOnManifest : IMessage<SheetsAddOnManifest>, IEquatable<SheetsAddOnManifest>, IDeepCloneable<SheetsAddOnManifest>, IBufferMessage, IMessageReference documentation and code samples for the Google.Apps.Script.Type class SheetsAddOnManifest.
Sheets add-on manifest.
Implements
IMessageSheetsAddOnManifest, IEquatableSheetsAddOnManifest, IDeepCloneableSheetsAddOnManifest, IBufferMessage, IMessageNamespace
Google.Apps.Script.Type.SheetsAssembly
Google.Apps.Script.Type.dll
Constructors
SheetsAddOnManifest()
public SheetsAddOnManifest()SheetsAddOnManifest(SheetsAddOnManifest)
public SheetsAddOnManifest(SheetsAddOnManifest other)| Parameter | |
|---|---|
| Name | Description |
other |
SheetsAddOnManifest |
Properties
HomepageTrigger
public HomepageExtensionPoint HomepageTrigger { get; set; }If present, this overrides the configuration from
addOns.common.homepageTrigger.
| Property Value | |
|---|---|
| Type | Description |
HomepageExtensionPoint |
|
OnFileScopeGrantedTrigger
public SheetsExtensionPoint OnFileScopeGrantedTrigger { get; set; }Endpoint to execute when file scope authorization is granted for this document/user pair.
| Property Value | |
|---|---|
| Type | Description |
SheetsExtensionPoint |
|