Class HomepageExtensionPoint (1.1.0)

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

Common format for declaring an add-on's home-page view.

Inheritance

Object > HomepageExtensionPoint

Namespace

Google.Apps.Script.Type

Assembly

Google.Apps.Script.Type.dll

Constructors

HomepageExtensionPoint()

public HomepageExtensionPoint()

HomepageExtensionPoint(HomepageExtensionPoint)

public HomepageExtensionPoint(HomepageExtensionPoint other)
Parameter
NameDescription
otherHomepageExtensionPoint

Properties

Enabled

public bool? Enabled { get; set; }

Optional. If set to false, disable the home-page view in this context.

Defaults to true if unset.

If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.

Property Value
TypeDescription
Nullable<Boolean>

RunFunction

public string RunFunction { get; set; }

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

Property Value
TypeDescription
String