Google.Apps.Script.Type - Class DriveAddOnManifest (2.3.0)

public sealed class DriveAddOnManifest : IMessage<DriveAddOnManifest>, IEquatable<DriveAddOnManifest>, IDeepCloneable<DriveAddOnManifest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google.Apps.Script.Type class DriveAddOnManifest.

Drive add-on manifest.

Inheritance

object > DriveAddOnManifest

Namespace

Google.Apps.Script.Type.Drive

Assembly

Google.Apps.Script.Type.dll

Constructors

DriveAddOnManifest()

public DriveAddOnManifest()

DriveAddOnManifest(DriveAddOnManifest)

public DriveAddOnManifest(DriveAddOnManifest other)
Parameter
NameDescription
otherDriveAddOnManifest

Properties

HomepageTrigger

public HomepageExtensionPoint HomepageTrigger { get; set; }

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

Property Value
TypeDescription
HomepageExtensionPoint

OnItemsSelectedTrigger

public DriveExtensionPoint OnItemsSelectedTrigger { get; set; }

Corresponds to behvior that should execute when items are selected in relevant Drive view (e.g. the My Drive Doclist).

Property Value
TypeDescription
DriveExtensionPoint